feat: background image

This commit is contained in:
Timothy J. Baek
2024-06-17 01:31:22 -07:00
parent a28ad06bf0
commit 5fa355e1ae
4 changed files with 229 additions and 146 deletions

View File

@@ -1,6 +1,9 @@
<script lang="ts">
import Chat from '$lib/components/chat/Chat.svelte';
import { page } from '$app/stores';
import Chat from '$lib/components/chat/Chat.svelte';
import Help from '$lib/components/layout/Help.svelte';
</script>
<Help />
<Chat chatIdProp={$page.params.id} />