export function PlateForm({ children, onSubmit }) { return (
{children}
); }