mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-03 23:25:21 +00:00
refac
This commit is contained in:
parent
baaa285534
commit
a46765fd0e
1 changed files with 8 additions and 1 deletions
|
|
@ -9,7 +9,14 @@
|
|||
|
||||
import { goto } from '$app/navigation';
|
||||
import { page } from '$app/stores';
|
||||
import { mobile, showSidebar, knowledge as _knowledge, config, user } from '$lib/stores';
|
||||
import {
|
||||
mobile,
|
||||
showSidebar,
|
||||
knowledge as _knowledge,
|
||||
config,
|
||||
user,
|
||||
settings
|
||||
} from '$lib/stores';
|
||||
|
||||
import {
|
||||
updateFileDataContentById,
|
||||
|
|
|
|||
Loading…
Reference in a new issue