mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
6 lines
87 B
Svelte
6 lines
87 B
Svelte
<script>
|
|
import Notes from '$lib/components/notes/Notes.svelte';
|
|
</script>
|
|
|
|
<Notes />
|