first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { AppShell } from "@/components/AppShell";
|
||||
|
||||
export default function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
return <AppShell>{children}</AppShell>;
|
||||
}
|
||||
Reference in New Issue
Block a user