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