mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
|
import { createStore } from "jotai";
|
||
|
|
||
|
export const globalStore = createStore();
|