このコミットが含まれているのは:
2025-08-23 18:54:49 +09:00
コミット 5446f4795d
+6 -1
ファイルの表示
@@ -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) => (