forked from open-webui/open-webui
commit
b508f184ee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
import fileSaver from 'file-saver';
|
import fileSaver from 'file-saver';
|
||||||
const { saveAs } = fileSaver;
|
const { saveAs } = fileSaver;
|
||||||
|
|
||||||
import { chats, user } from '$lib/stores';
|
import { chats, user, config } from '$lib/stores';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
createNewChat,
|
createNewChat,
|
||||||
|
|
Loading…
Reference in a new issue