This commit is contained in:
2025-08-23 18:54:49 +09:00
parent 7e2d94fdc0
commit 5446f4795d
+6 -1
View File
@@ -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) => (