forked from open-webui/open-webui
refac: unnecessary code
This commit is contained in:
parent
94c845d71f
commit
8f8a68e002
2 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
import { APP_NAME } from '$lib/constants';
|
||||
import { writable, derived } from 'svelte/store';
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
// Backend
|
||||
export const WEBUI_NAME = writable(APP_NAME);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue