Spaces:
Running
Running
File size: 152 Bytes
6842c08 |
1 2 3 4 5 6 7 8 9 |
<script lang="ts">
import { goto } from '$app/navigation';
import { onMount } from 'svelte';
onMount(() => {
goto('/admin/users');
});
</script>
|