github-actions[bot]
GitHub deploy: f52e99810c0a5488ec39dc9bc8a25b6f2bf97caa
9c267b7
raw
history blame contribute delete
164 Bytes
<script lang="ts">
import { page } from '$app/stores';
import Channel from '$lib/components/channel/Channel.svelte';
</script>
<Channel id={$page.params.id} />