mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
[WEB-1843] chore: active cycles file restructuring. (#559)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 />;
|
||||
|
||||
Reference in New Issue
Block a user