🎉 Init sideload panel
This commit is contained in:
11
pkg/sideload/view/src/layouts/RootLayout.tsx
Normal file
11
pkg/sideload/view/src/layouts/RootLayout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import Navbar from "./shared/Navbar";
|
||||
|
||||
export default function RootLayout(props: any) {
|
||||
return (
|
||||
<div>
|
||||
<Navbar />
|
||||
|
||||
<main class="h-[calc(100vh-64px)]">{props.children}</main>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user