import type {ComponentChildren} from "preact"; import style from "./style.module.scss" export function FormGroup(props: { children: ComponentChildren, }) { return (