mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
5 lines
93 B
Svelte
5 lines
93 B
Svelte
<script lang="ts">
|
|
import Chat from '$lib/components/chat/Chat.svelte';
|
|
</script>
|
|
|
|
<Chat />
|