initial commit
This commit is contained in:
5
src/routes/__root.tsx
Normal file
5
src/routes/__root.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { AppShell } from "@/components/layout/app-shell";
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return <AppShell>{children}</AppShell>;
|
||||
}
|
||||
Reference in New Issue
Block a user