// Child2 import { FC } from 'react' const Child2: FC<{}> = () => { return
Child2
} export default Child2