エラー修正

This commit is contained in:
2025-08-24 05:55:59 +09:00
parent 5446f4795d
commit 714f00e278
+1 -8
View File
@@ -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) => (