6 lines
89 B
Svelte
6 lines
89 B
Svelte
<script lang="ts">
|
|
import { goto } from '$app/navigation'
|
|
|
|
goto('/editor')
|
|
</script>
|