File size: 175 Bytes
88c4c60
 
 
 
 
 
1
2
3
4
5
6
7
import { DashboardLayout } from "@/shared/components";

export default function DashboardRootLayout({ children }) {
  return <DashboardLayout>{children}</DashboardLayout>;
}