mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-24 13:41:02 +10:00
switch to nx monorepo
This commit is contained in:
5
apps/client/src/features/comment/atoms/comment-atom.ts
Normal file
5
apps/client/src/features/comment/atoms/comment-atom.ts
Normal file
@ -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