// Child1 import { Input } from 'antd' import { FC } from 'react' const Child1: FC<{}> = () => { return ( <>