add Notifications

This commit is contained in:
E44
2025-11-06 11:49:32 +01:00
parent 9487fdd13e
commit 9fd81821f1
4 changed files with 82 additions and 0 deletions
@@ -1,7 +1,10 @@
<script lang="ts">
import '../app.css';
import Notification from '../components/Notification.svelte';
let { children } = $props();
</script>
{@render children()}
<Notification />