forked from open-webui/open-webui
main #2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import { onMount, tick } from 'svelte';
|
||||
import { onMount, tick, setContext } from 'svelte';
|
||||
import { config, user, setTheme, WEBUI_NAME } from '$lib/stores';
|
||||
import { goto } from '$app/navigation';
|
||||
import { Toaster, toast } from 'svelte-sonner';
|
||||
|
|
Loading…
Reference in a new issue