import { PropsWithChildren } from 'react'; export default function FormGroup({ children }: PropsWithChildren) { return(
{ children }
); }