This commit is contained in:
Jon Staab
2024-08-26 14:43:43 -07:00
parent 644c32dd09
commit 88318e9753
36 changed files with 370 additions and 311 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import {onMount} from 'svelte'
import {onMount} from "svelte"
import {goto} from "$app/navigation"
onMount(() => goto('/home'))
onMount(() => goto("/home"))
</script>