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