import { PropsWithChildren } from 'react'; import { Icon } from '@@/Icon'; export function FormError({ children }: PropsWithChildren) { return (
{children}
); }