feat: init
This commit is contained in:
1
apps/space/ce/components/editor/embeds/mentions/index.ts
Normal file
1
apps/space/ce/components/editor/embeds/mentions/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./root";
|
||||
4
apps/space/ce/components/editor/embeds/mentions/root.tsx
Normal file
4
apps/space/ce/components/editor/embeds/mentions/root.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
// plane editor
|
||||
import type { TMentionComponentProps } from "@plane/editor";
|
||||
|
||||
export const EditorAdditionalMentionsRoot: React.FC<TMentionComponentProps> = () => null;
|
||||
Reference in New Issue
Block a user