みてるぞ 4 weeks ago
parent
commit
5446f4795d
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      frontend/src/components/common/Form.tsx

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


Loading…
Cancel
Save