mirror of
https://github.com/docmost/docmost.git
synced 2026-05-24 11:12:42 +08:00
switch to nx monorepo
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { atom } from "jotai";
|
||||
|
||||
export const historyAtoms = atom<boolean>(false);
|
||||
export const activeHistoryIdAtom = atom<string>('');
|
||||
Reference in New Issue
Block a user