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

Session timed out

Your session has expired. Please re-authenticate.

); export default SessionLost;