Skip to content

Commit defdae0

Browse files
authored
style(types.ts): remove unused imports (#200)
1 parent a1e634f commit defdae0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/types.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
import {
2-
Component,
3-
ComponentType,
4-
ErrorInfo,
5-
FunctionComponent,
6-
PropsWithChildren,
7-
ReactElement,
8-
ReactNode,
9-
} from "react";
1+
import { ComponentType, ErrorInfo, PropsWithChildren, ReactNode } from "react";
102

113
declare function FallbackRender(props: FallbackProps): ReactNode;
124

0 commit comments

Comments
 (0)