'use client' import { DashboardSidebar } from '@/components/dashboard/DashboardSidebar' import { cn } from '@/lib/utils' import { Suspense } from 'react' interface DashboardLayoutProps { children: React.ReactNode className?: string } function DashboardLoadingFallback() { return (