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