open-webui/src/routes/(app)/workspace/tools/+page.svelte

6 lines
103 B
Svelte
Raw Normal View History

2024-06-10 22:24:26 +00:00
<script>
import CodeEditor from '$lib/components/common/CodeEditor.svelte';
</script>
<CodeEditor />