coolmanx's picture
Upload 4584 files
bc27e65 verified
raw
history blame
171 Bytes
<script lang="ts">
import { goto } from '$app/navigation';
import { onMount } from 'svelte';
onMount(() => {
goto('/admin/functions/create');
});
</script>