forked from coracle/flotilla
Lint
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user