import type { LucideIcon } from 'lucide-react'; import { Loader2Icon } from 'lucide-react'; import { FullPageEmptyState } from './full-page-empty-state'; const FullPageLoadingState = () => { return ( ( )) as LucideIcon } > Wait a moment while we fetch your dashboards ); }; export default FullPageLoadingState;