import { TriangleIcon } from 'lucide-react'; import { Alert, AlertDescription, AlertTitle } from 'components/ui/alert'; export function LoginMessage() { return ( Error Your session has expired. Please log in again. ); }