update to svelte 5
All checks were successful
delpoy / build-and-deploy (push) Successful in 35s

This commit is contained in:
2024-12-02 00:28:43 +01:00
parent abffa440a1
commit 95968148a6
53 changed files with 2199 additions and 2002 deletions

View File

@ -1,3 +1,7 @@
<script lang="ts">
let { children } = $props();
</script>
<div class="flex justify-center items-center w-full">
<slot />
{@render children()}
</div>