import type { ReactNode } from 'react' import { Field } from './components' /** Two-column field grid for dialog bodies; single column under 560px. */ export function FormGrid(props: { children: ReactNode }) { return