mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-03 06:48:21 +00:00
first commit
This commit is contained in:
9
app/(dashboard)/layout.tsx
Normal file
9
app/(dashboard)/layout.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import { ApplicationLayout } from "@/components/auth/application-layout";
|
||||
|
||||
export default function DashboardLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return <ApplicationLayout>{children}</ApplicationLayout>;
|
||||
}
|
Reference in New Issue
Block a user