mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
6 lines
96 B
Svelte
6 lines
96 B
Svelte
<script>
|
|
import Settings from '$lib/components/admin/Settings.svelte';
|
|
</script>
|
|
|
|
<Settings />
|