mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-13 04:27:07 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"use client"
|
||||
|
||||
import { AppShell } from "@/components/layout/app-shell"
|
||||
|
||||
export default function DashboardLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return <AppShell>{children}</AppShell>
|
||||
}
|
||||
Reference in New Issue
Block a user