5 lines
82 B
Svelte
5 lines
82 B
Svelte
<script lang="ts">
|
|
import { goto } from '$app/navigation';
|
|
goto('/');
|
|
</script>
|