|
@@ -1,13 +1,6 @@ |
|
|
import type { ReactNode } from 'react' |
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< Updated upstream |
|
|
|
|
|
import type { FC } from 'react' |
|
|
|
|
|
|
|
|
|
|
|
type Props = { children: React.ReactNode } |
|
|
|
|
|
======= |
|
|
|
|
|
|
|
|
import type { FC, ReactNode } from 'react' |
|
|
|
|
|
|
|
|
type Props = { children: ReactNode } |
|
|
type Props = { children: ReactNode } |
|
|
>>>>>>> Stashed changes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default (({ children }: Props) => ( |
|
|
export default (({ children }: Props) => ( |
|
|