open-webui/src/routes/(app)/playground/+page.svelte
2024-06-24 13:11:49 -07:00

6 lines
107 B
Svelte

<script>
import Playground from '$lib/components/playground/Playground.svelte';
</script>
<Playground />