refactor: migrate hooks (use-additional-editor-mention) from web/app/ce to web/app/core

This commit is contained in:
Rahulcheryala
2026-06-05 18:52:56 +05:30
parent 891af46240
commit 6790b613a6
3 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import { Avatar } from "@plane/ui";
// helpers
import { getFileURL } from "@plane/utils";
// plane web hooks
import { useAdditionalEditorMention } from "@/plane-web/hooks/use-additional-editor-mention";
import { useAdditionalEditorMention } from "@/hooks/use-additional-editor-mention";
type TArgs = {
enableAdvancedMentions?: boolean;

View File

@@ -13,7 +13,7 @@ import type { TCustomComponentsMetaData } from "@plane/utils";
// hooks
import { useMember } from "@/hooks/store/use-member";
// plane web hooks
import { useAdditionalEditorMention } from "@/plane-web/hooks/use-additional-editor-mention";
import { useAdditionalEditorMention } from "@/hooks/use-additional-editor-mention";
type TArgs = {
projectId?: string;