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