refactor: standardize formatting and improve code consistency across components

This commit is contained in:
maxDorninger
2025-05-17 23:43:24 +02:00
parent ef7b020043
commit bae450f7a4
31 changed files with 1375 additions and 991 deletions

View File

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