style: apply consistent formatting and spacing across multiple files

This commit is contained in:
maxDorninger
2025-05-24 21:57:18 +02:00
parent 64eace0c74
commit ecf3fe1f45
42 changed files with 906 additions and 911 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import '../app.css';
import {ModeWatcher} from "mode-watcher";
import {Toaster} from "$lib/components/ui/sonner/index.js";
import {ModeWatcher} from 'mode-watcher';
import {Toaster} from '$lib/components/ui/sonner/index.js';
let {children} = $props();
</script>