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