initialize project with basic structure and dependencies

This commit is contained in:
ImBenji
2026-04-27 20:56:49 +01:00
parent 59b85afd10
commit 8548717074
85 changed files with 19634 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<template>
<div style="display: flex; min-height: 100vh;">
<TheSidebar />
<main style="margin-left: var(--sidebar-w); flex: 1; min-height: 100vh; background: var(--bg); overflow: auto;">
<slot />
</main>
</div>
</template>