Browse Source

エラー修正

#17
みてるぞ 3 weeks ago
parent
commit
714f00e278
1 changed files with 1 additions and 8 deletions
  1. +1
    -8
      frontend/src/components/common/Form.tsx

+ 1
- 8
frontend/src/components/common/Form.tsx 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) => (


Loading…
Cancel
Save