mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
5 lines
134 B
Svelte
5 lines
134 B
Svelte
<script>
|
|
import CreateCollection from '$lib/components/workspace/Knowledge/CreateCollection.svelte';
|
|
</script>
|
|
|
|
<CreateCollection />
|