github-actions[bot]
GitHub deploy: f5cfb2d507644e8916df952a347fe4aeb98b99fc
3df8fa3
raw
history blame
152 Bytes
<script lang="ts">
import { goto } from '$app/navigation';
import { onMount } from 'svelte';
onMount(() => {
goto('/admin/users');
});
</script>