forked from github/plane
2b168edd99
* feat: peak overview for issues * fix: peek spelling * chore: truncate issue property labels * style: full screen view designed * chore: add comment section * chore: copy link and delete options added * chore: update icons --------- Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local>
12 lines
412 B
TypeScript
12 lines
412 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-activity";
|
|
export * from "./inbox-issue-card";
|
|
export * from "./inbox-main-content";
|
|
export * from "./issues-list-sidebar";
|
|
export * from "./select-duplicate";
|