2022-09-07 15:59:37 +02:00

5 lines
82 B
Svelte

<script lang="ts">
import { goto } from '$app/navigation';
goto('/');
</script>