[READ-ONLY] Mirror of https://github.com/probablykasper/modal-svelte.
svelte
0

Configure Feed

Select the types of activity you want to include in your feed.

format

Kasper (Dec 11, 2022, 9:12 PM +0100) 7273389b 15a8a942

+5 -5
+5 -5
src/routes/404/+page.svelte
··· 1 1 <script lang="ts"> 2 - import { onMount } from 'svelte' 3 - import { goto } from '$app/navigation' 4 - onMount(() => { 5 - goto('/') 6 - }) 2 + import { onMount } from 'svelte' 3 + import { goto } from '$app/navigation' 4 + onMount(() => { 5 + goto('/') 6 + }) 7 7 </script>