refactor: move frontend code into view

This commit is contained in:
syntaxbullet
2026-07-02 22:50:58 +02:00
parent f9ec3e5528
commit 64838e85ba
11 changed files with 8 additions and 6 deletions

11
view/index.css Normal file
View File

@@ -0,0 +1,11 @@
@import "./styles/globals.css";
@layer base {
:root {
@apply font-sans;
}
body {
@apply m-0 min-w-[320px] min-h-screen bg-background text-foreground;
}
}