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