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