open-webui / src /routes /(app) /+page.svelte
github-actions[bot]
GitHub deploy: f34fd77b5dea66f4e37392944231a7068ee2617b
2fbb5e6
raw
history blame
158 Bytes
<script lang="ts">
import Chat from '$lib/components/chat/Chat.svelte';
import Help from '$lib/components/layout/Help.svelte';
</script>
<Help />
<Chat />