mirror of
https://github.com/markuryy/shark.git
synced 2025-12-13 03:51:02 +00:00
ui: add toolbar component and adjust body styling
This commit is contained in:
@@ -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 />
|
||||
Reference in New Issue
Block a user