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