mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
ca7d3309d3
* chore: accept issue confirmation modal * chore: add inbox option to the command menu * fix: status colors not loading * chore: show state name on the inbox issue sidebar
11 lines
372 B
TypeScript
11 lines
372 B
TypeScript
export * from "./accept-issue-modal";
|
|
export * from "./decline-issue-modal";
|
|
export * from "./delete-issue-modal";
|
|
export * from "./filters-dropdown";
|
|
export * from "./filters-list";
|
|
export * from "./inbox-action-headers";
|
|
export * from "./inbox-issue-card";
|
|
export * from "./inbox-main-content";
|
|
export * from "./issues-list-sidebar";
|
|
export * from "./select-duplicate";
|