mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
8ee5ba96ce
* chore: workspace active cycles
* fix: active cycles tab implementation
* chore: added distribution graph for active cycles
* chore: removed distribution graph and issues
* Revert "chore: removed issues"
This reverts commit 7d977ac8b0
.
* chore: workspace active cycles implementation
* chore: code refactor
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
24 lines
823 B
TypeScript
24 lines
823 B
TypeScript
export * from "./cycle-issues";
|
|
export * from "./global-issues";
|
|
export * from "./module-issues";
|
|
export * from "./project-inbox";
|
|
export * from "./project-issues";
|
|
export * from "./project-view-issues";
|
|
export * from "./project-views";
|
|
export * from "./workspace-analytics";
|
|
export * from "./workspace-dashboard";
|
|
export * from "./projects";
|
|
export * from "./profile-preferences";
|
|
export * from "./profile-settings";
|
|
export * from "./cycles";
|
|
export * from "./modules-list";
|
|
export * from "./project-settings";
|
|
export * from "./workspace-settings";
|
|
export * from "./pages";
|
|
export * from "./project-draft-issues";
|
|
export * from "./project-archived-issue-details";
|
|
export * from "./project-archived-issues";
|
|
export * from "./project-issue-details";
|
|
export * from "./user-profile";
|
|
export * from "./workspace-active-cycle";
|