mirror of
https://github.com/docmost/docmost.git
synced 2026-05-22 18:22:42 +08:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import { atom } from "jotai";
|
|
|
|
export const historyAtoms = atom<boolean>(false);
|
|
export const activeHistoryIdAtom = atom<string>('');
|