cd8bd0a
1
2
3
4
5
6
import { DashboardLayout } from "@/shared/components"; export default function DashboardRootLayout({ children }) { return <DashboardLayout>{children}</DashboardLayout>; }