open-webui / src /routes /(app) /+page.svelte
github-actions[bot]
GitHub deploy: b6b71c08f3e1811b819a8d8f68cb4d83e57163d0
498a7b8
raw
history blame contribute delete
93 Bytes
<script lang="ts">
import Chat from '$lib/components/chat/Chat.svelte';
</script>
<Chat />