mirror of
https://github.com/docmost/docmost.git
synced 2026-05-20 16:44:05 +08:00
switch to nx monorepo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export const showCommentPopupAtom = atom<boolean>(false);
|
||||
export const activeCommentIdAtom = atom<string>('');
|
||||
export const draftCommentIdAtom = atom<string>('');
|
||||
Reference in New Issue
Block a user