エラー修正
This commit is contained in:
@@ -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 }
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
|
||||
export default (({ children }: Props) => (
|
||||
|
||||
Reference in New Issue
Block a user