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