mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
|
import { createStore } from "jotai";
|
||
|
|
||
|
export const globalStore = createStore();
|