paste/src/routes/new/+page.svelte
2023-11-26 17:19:01 +01:00

6 lines
89 B
Svelte

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