mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
6 lines
107 B
Svelte
6 lines
107 B
Svelte
<script>
|
|
import Playground from '$lib/components/playground/Playground.svelte';
|
|
</script>
|
|
|
|
<Playground />
|