import { ExclamationTriangleIcon } from '@heroicons/react/24/outline'; import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert'; export function AlertBanner() { return ( Error Your session has expired. Please log in again. ); }