Skip to content

Commit

Permalink
fix bad merge thing
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 15, 2022
1 parent cc71c64 commit 55811ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export function wrappedRenderC(
interface AppWrapperProps {
children?: React.ReactNode
userProviderProps?: {user: string}
children: React.ReactNode
}
const AppWrapperProps: React.FunctionComponent<AppWrapperProps> = ({
children,
Expand Down

0 comments on commit 55811ff

Please sign in to comment.