mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
a1de3f581f
* fix: kanban height issue * dev: Layout fixes * dev: layout changes * fix: layout overflow settings and fixed header * style: filters padding fixed * fix: hide filters if none are applied --------- Co-authored-by: gurusainath <gurusainath007@gmail.com>
12 lines
393 B
TypeScript
12 lines
393 B
TypeScript
export * from "./activity-graph";
|
|
export * from "./completed-issues-graph";
|
|
export * from "./create-workspace-form";
|
|
export * from "./delete-workspace-modal";
|
|
export * from "./help-section";
|
|
export * from "./issues-list";
|
|
export * from "./issues-pie-chart";
|
|
export * from "./issues-stats";
|
|
export * from "./settings-header";
|
|
export * from "./sidebar-dropdown";
|
|
export * from "./sidebar-menu";
|