chore: upgrade to svelte 5 and make basic layout

This commit is contained in:
2025-01-07 13:50:33 +01:00
parent 2131df26b2
commit 811dccfe16
6 changed files with 56 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
export let data;
let { data } = $props();
</script>
<h1>Welcome to SvelteKit</h1>