Files
flotilla/src/routes/+page.svelte
2024-10-22 16:23:54 -07:00

7 lines
137 B
Svelte

<script lang="ts">
import {onMount} from "svelte"
import {goto} from "$app/navigation"
// onMount(() => goto("/home"))
</script>