import { FunctionComponent } from 'react'; // import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; // import { faTriangleExclamation } from '@fortawesome/free-solid-svg-icons'; /** * @example * Something went wrong!; */ const FormError: FunctionComponent<{ children: string | undefined }> = ({ children }) => children ? (