This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
import React from 'react'
|
||||
import type { ReactNode } from 'react'
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
import type { FC } from 'react'
|
||||
|
||||
type Props = { children: React.ReactNode }
|
||||
=======
|
||||
|
||||
type Props = { children: ReactNode }
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
|
||||
export default (({ children }: Props) => (
|
||||
|
||||
Reference in New Issue
Block a user