api9nin / src /app /(dashboard) /layout.js
github-actions[bot]
deploy from github actions 2026-06-18
c8ae75d
Raw
History Blame Contribute Delete
175 Bytes
import { DashboardLayout } from "@/shared/components";
export default function DashboardRootLayout({ children }) {
return <DashboardLayout>{children}</DashboardLayout>;
}