diff --git a/src/types.ts b/src/types.ts index fc43568..f32ec13 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,12 +1,4 @@ -import { - Component, - ComponentType, - ErrorInfo, - FunctionComponent, - PropsWithChildren, - ReactElement, - ReactNode, -} from "react"; +import { ComponentType, ErrorInfo, PropsWithChildren, ReactNode } from "react"; declare function FallbackRender(props: FallbackProps): ReactNode;