mirror of
https://github.com/open-webui/open-webui
synced 2024-11-08 09:39:55 +00:00
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
|
import { writable } from 'svelte/store';
|
||
|
|
||
|
export const config = writable(undefined);
|
||
|
export const user = writable(undefined);
|