mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: cycles import issues for ee (#5732)
This commit is contained in:
@@ -18,7 +18,7 @@ import { getDate } from "@/helpers/date-time.helper";
|
||||
// hooks
|
||||
import { useIssues, useCycle, useProjectEstimates } from "@/hooks/store";
|
||||
// plane web constants
|
||||
import { SidebarBaseChart } from "@/plane-web/components/cycles/analytics-sidebar/sidebar-chart";
|
||||
import { SidebarBaseChart } from "@/plane-web/components/cycles/analytics-sidebar";
|
||||
import { EEstimateSystem } from "@/plane-web/constants/estimates";
|
||||
|
||||
type TCycleAnalyticsProgress = {
|
||||
|
||||
Reference in New Issue
Block a user