diff --git a/src/components/plate/editor.tsx b/src/components/plate/editor.tsx index 210aead..6c6a7b7 100644 --- a/src/components/plate/editor.tsx +++ b/src/components/plate/editor.tsx @@ -7,6 +7,7 @@ import { ELEMENT_PARAGRAPH } from '@udecode/plate-paragraph'; import { DndProvider } from 'react-dnd'; import { HTML5Backend } from 'react-dnd-html5-backend'; +import { commentsUsers, myUserId } from '@/lib/plate/comments'; import { MENTIONABLES } from '@/lib/plate/mentionables'; import { plugins } from '@/lib/plate/plate-plugins'; import { cn } from '@/lib/utils'; @@ -37,7 +38,7 @@ export default function Editor() {
- +