update?
This commit is contained in:
8
app/src/routes/+error.svelte
Normal file
8
app/src/routes/+error.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
import { onMount } from "svelte"
|
||||
import { goto } from "$app/navigation"
|
||||
|
||||
onMount(()=>{
|
||||
goto("/")
|
||||
})
|
||||
</script>
|
Reference in New Issue
Block a user