mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +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);
|