github-actions[bot]
GitHub deploy: 3792051604d1c767e6b3187843128190d7fb93fd
5532de0
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>