Change Audiens
This commit is contained in:
9
app/dashboard/layout.tsx
Normal file
9
app/dashboard/layout.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import ClientLayout from '@/components/ClientLayout';
|
||||
|
||||
export default function DashboardLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <ClientLayout>{children}</ClientLayout>;
|
||||
}
|
||||
Reference in New Issue
Block a user