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