Skip to content

Commit 55811ff

Browse files
committed
fix bad merge thing
1 parent cc71c64 commit 55811ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ export function wrappedRenderC(
131131
interface AppWrapperProps {
132132
children?: React.ReactNode
133133
userProviderProps?: {user: string}
134-
children: React.ReactNode
135134
}
136135
const AppWrapperProps: React.FunctionComponent<AppWrapperProps> = ({
137136
children,

0 commit comments

Comments
 (0)