mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-14 03:09:50 +00:00
✨ feat: initial prototype
This commit is contained in:
@@ -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