problem: no layout

This commit is contained in:
gsovereignty
2024-06-05 16:15:50 +08:00
parent 0a368cc17d
commit 5664ed379a
7 changed files with 94 additions and 70 deletions

View File

@@ -1,8 +1,10 @@
<script>
import { RocketSolid } from 'svelte-awesome-icons';
import '../app.css';
import { ModeWatcher } from 'mode-watcher';
</script>
<ModeWatcher />
<slot></slot>
<style></style>