mirror of
https://github.com/makeplane/plane.git
synced 2025-12-23 23:29:37 +01:00
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
|
|
import { WorkspaceActiveCyclesUpgrade } from "@/plane-web/components/active-cycles";
|
||
|
|
|
||
|
|
export const WorkspaceActiveCyclesRoot = () => <WorkspaceActiveCyclesUpgrade />;
|