エラー修正

このコミットが含まれているのは:
2025-08-24 05:55:59 +09:00
コミット 714f00e278
+1 -8
ファイルの表示
@@ -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) => (