[WEB-1843] chore: active cycles file restructuring. (#559)

This commit is contained in:
Prateek Shourya
2024-07-03 19:48:02 +05:30
committed by GitHub
parent aeb9e865a9
commit 75dc9ade3a
3 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
export * from "./root";
export * from "./workspace-active-cycles-upgrade";
export * from "./workspace-active-cycles-list";
export * from "./header";
export * from "./progress";
export * from "./project-title";

View File

@@ -1 +1,4 @@
export * from "ce/components/active-cycles/root";
// plane web components
import { WorkspaceActiveCyclesList } from "@/plane-web/components/active-cycles";
export const WorkspaceActiveCyclesRoot = () => <WorkspaceActiveCyclesList />;