Looking better

This commit is contained in:
Roman Krček
2025-06-21 21:35:52 +02:00
parent a135c5ac36
commit b6d9b8df44
6 changed files with 69 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
<script>
import { invalidate } from '$app/navigation'
import { onMount } from 'svelte'
import "../app.css";
let { data, children } = $props()
let { session, supabase } = $derived(data)