import { Flex, type FlexProps } from "../flex"; export function Form({ children, ...rest }: FlexProps) { return ( {children} ); }