github-actions[bot]
GitHub deploy: 40c88ca1ff6dcc52f30e0ec6e970a3585ed54a26
2491705
raw
history blame
163 Bytes
<script lang="ts">
import { goto } from '$app/navigation';
import { onMount } from 'svelte';
onMount(() => {
goto('/admin/functions/create');
});
</script>