mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-03-30 20:27:39 +00:00
✨ feat: initial prototype
This commit is contained in:
5
apps/web/app/dashboard/layout.tsx
Normal file
5
apps/web/app/dashboard/layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { DashboardLayout } from "@/components/dashboard-layout";
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <DashboardLayout>{children}</DashboardLayout>;
|
||||
}
|
||||
Reference in New Issue
Block a user