refactor: migrate hooks (use-workspace-issue-properties) from web/app/ce to web/app/core

This commit is contained in:
Rahulcheryala
2026-06-05 19:51:15 +05:30
parent 045f6ccdcb
commit 568a69b185
2 changed files with 1 additions and 1 deletions
@@ -7,7 +7,7 @@
import useSWR from "swr";
// plane web imports
import { WORKSPACE_ESTIMATES, WORKSPACE_CYCLES, WORKSPACE_LABELS, WORKSPACE_MODULES } from "@plane/constants";
import { useWorkspaceIssuePropertiesExtended } from "@/plane-web/hooks/use-workspace-issue-properties-extended";
import { useWorkspaceIssuePropertiesExtended } from "@/hooks/use-workspace-issue-properties-extended";
// plane imports
import { useProjectEstimates } from "./store/estimates";
import { useCycle } from "./store/use-cycle";