mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01: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);
|