mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
15f621ad91
* fix: project fav changes * fix: project create workspace member * style: member select dropdown ui and command k modal alignment fix (#2473) * style: member select dropdown fix * style: command k modal alignment fix * fix: project create modal changes * fix: sidebar shortcut fixes * fix: minor console issues --------- Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
14 lines
456 B
TypeScript
14 lines
456 B
TypeScript
export * from "./views";
|
|
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 "./sidebar-dropdown";
|
|
export * from "./sidebar-menu";
|
|
export * from "./sidebar-quick-action";
|
|
export * from "./member-select";
|