mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
6 lines
56 B
Svelte
6 lines
56 B
Svelte
|
|
<script lang="ts">
|
||
|
|
export let id = '';
|
||
|
|
</script>
|
||
|
|
|
||
|
|
{id}
|