ui: add toolbar component and adjust body styling

This commit is contained in:
2025-09-30 14:20:55 -04:00
parent ec11b18d32
commit 1769faa3a6
20 changed files with 141 additions and 0 deletions

View File

@@ -1,8 +1,10 @@
<script lang="ts">
import TitleBar from "$lib/TitleBar.svelte";
import MenuBar from "$lib/MenuBar.svelte";
import ToolBar from "$lib/ToolBar.svelte";
</script>
<TitleBar />
<MenuBar />
<ToolBar />
<slot />