import styles from '../Form.module.scss'; export const FormWrapper = ({ children }: { children: React.ReactNode }) => { return
{children}
; };