Build application shell with live runtime status

This commit is contained in:
litoral05
2026-05-20 12:22:40 +01:00
parent b38c374a81
commit 9fcf67c7ae
16 changed files with 672 additions and 6 deletions
+4 -4
View File
@@ -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>
);
}