mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
c3862bc387
commit
dc2e75017d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import { getContext, createEventDispatcher, onMount } from 'svelte';
|
||||
import { getContext, createEventDispatcher, onMount, tick } from 'svelte';
|
||||
|
||||
const i18n = getContext('i18n');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue