fix: cycles import issues for ee (#5732)
This commit is contained in:
parent
4940dc2193
commit
5474ab326d
4 changed files with 5 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
1
web/ee/components/cycles/active-cycle/index.ts
Normal file
1
web/ee/components/cycles/active-cycle/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/cycles/active-cycle";
|
||||
1
web/ee/components/cycles/analytics-sidebar/index.ts
Normal file
1
web/ee/components/cycles/analytics-sidebar/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/cycles/analytics-sidebar";
|
||||
2
web/ee/components/cycles/index.ts
Normal file
2
web/ee/components/cycles/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * from "./active-cycle";
|
||||
export * from "./analytics-sidebar";
|
||||
Loading…
Add table
Add a link
Reference in a new issue