mirror of
https://github.com/markuryy/shark.git
synced 2025-12-13 03:51:02 +00:00
ui: style title bar
This commit is contained in:
6
src/routes/+layout.svelte
Normal file
6
src/routes/+layout.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script lang="ts">
|
||||
import TitleBar from "$lib/TitleBar.svelte";
|
||||
</script>
|
||||
|
||||
<TitleBar />
|
||||
<slot />
|
||||
Reference in New Issue
Block a user