import { DashboardShell } from '../../components/dashboard-shell'; // Tot ce e sub /dashboard depinde de sesiunea/tenantul curent -- niciodata prerandat static. export const dynamic = 'force-dynamic'; export default function DashboardLayout({ children }: { children: React.ReactNode }) { return {children}; }