Skip to content

Commit

Permalink
fix: cycles import issues for ee (#5732)
Browse files Browse the repository at this point in the history
  • Loading branch information
gakshita authored Oct 1, 2024
1 parent 4940dc2 commit 5474ab3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
1 change: 1 addition & 0 deletions web/ee/components/cycles/active-cycle/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "ce/components/cycles/active-cycle";
1 change: 1 addition & 0 deletions web/ee/components/cycles/analytics-sidebar/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "ce/components/cycles/analytics-sidebar";
2 changes: 2 additions & 0 deletions web/ee/components/cycles/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./active-cycle";
export * from "./analytics-sidebar";

0 comments on commit 5474ab3

Please sign in to comment.