github-actions[bot]
GitHub deploy: e20bb234096219c6931a36fdf9d45128562db746
832f676
raw
history blame contribute delete
159 Bytes
<script lang="ts">
import Chat from '$lib/components/chat/Chat.svelte';
import { page } from '$app/stores';
</script>
<Chat chatIdProp={$page.params.id} />