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