import { ComponentType } from 'react'; const AuthenticatingError: ComponentType = () => (

Error authentication

An error occurred during authentication.

); export default AuthenticatingError;