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