mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
refac
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
import { goto } from '$app/navigation';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
import Users from '$lib/components/admin/Users.svelte';
|
||||
|
||||
onMount(() => {
|
||||
goto('/admin/users/overview');
|
||||
onMount(async () => {
|
||||
await goto('/admin/users/overview');
|
||||
});
|
||||
</script>
|
||||
|
||||
<Users />
|
||||
|
||||
Reference in New Issue
Block a user