mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
7
src/routes/(app)/channels/[id]/+page.svelte
Normal file
7
src/routes/(app)/channels/[id]/+page.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { page } from '$app/stores';
|
||||
|
||||
import Channel from '$lib/components/channel/Channel.svelte';
|
||||
</script>
|
||||
|
||||
<Channel id={$page.params.id} />
|
||||
Reference in New Issue
Block a user