export const ErrorMessage = ({ error }: { error?: string }) => { return (
{error}
); };