Initial Frontend work
This commit is contained in:
5
src/frontend/app/components/PageShell.tsx
Normal file
5
src/frontend/app/components/PageShell.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export function PageShell({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div className="flex bg-zinc-950 w-screen min-h-screen">{children}</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user