diff --git a/apps/web/core/components/workspace-notifications/root.tsx b/apps/web/core/components/workspace-notifications/root.tsx index 8dd077c4dc..0c8714189e 100644 --- a/apps/web/core/components/workspace-notifications/root.tsx +++ b/apps/web/core/components/workspace-notifications/root.tsx @@ -19,7 +19,7 @@ import { useWorkspace } from "@/hooks/store/use-workspace"; import { useUserPermissions } from "@/hooks/store/user"; import { useWorkspaceIssueProperties } from "@/hooks/use-workspace-issue-properties"; // plane web imports -import { useNotificationPreview } from "@/plane-web/hooks/use-notification-preview"; +import { useNotificationPreview } from "@/hooks/use-notification-preview"; // local imports import { InboxContentRoot } from "../inbox/content"; diff --git a/apps/web/ce/hooks/use-notification-preview.tsx b/apps/web/core/hooks/use-notification-preview.tsx similarity index 100% rename from apps/web/ce/hooks/use-notification-preview.tsx rename to apps/web/core/hooks/use-notification-preview.tsx