feat(ui): add mode-watcher (dark/light mode)

This commit is contained in:
2025-04-06 22:02:47 +02:00
parent 2db24f56a5
commit 190cd50d97
3 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,8 @@
<script lang="ts">
import '../app.css';
import "../app.css";
import { ModeWatcher } from "mode-watcher";
let { children } = $props();
</script>
<ModeWatcher />
{@render children()}