Build application shell with live runtime status
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
import "../App.css";
|
||||
import { AppShell } from "../components/layout/AppShell";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<main className="min-h-screen bg-slate-950 text-slate-100">
|
||||
LitoralRegas Frontend
|
||||
</main>
|
||||
<AppShell>
|
||||
<div />
|
||||
</AppShell>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user