forked from github/plane
dbb53a663e
* style: sidebar ui improvement * style: sidebar menu spacing * style: sidebar consistent spacing * style: notification improvement * style: remove from favorite filled icon added * chore: settings option added in sidebar context menu * chore: update delete project option visibility for sidebar * style: sidebar project list display border top on scroll
13 lines
433 B
TypeScript
13 lines
433 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";
|
|
export * from "./sidebar-quick-action";
|