mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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>
19 lines
563 B
TypeScript
19 lines
563 B
TypeScript
export * from "./attachment";
|
|
export * from "./comment";
|
|
export * from "./my-issues";
|
|
export * from "./sidebar-select";
|
|
export * from "./view-select";
|
|
export * from "./activity";
|
|
export * from "./delete-issue-modal";
|
|
export * from "./description-form";
|
|
export * from "./form";
|
|
export * from "./gantt-chart";
|
|
export * from "./main-content";
|
|
export * from "./modal";
|
|
export * from "./parent-issues-list-modal";
|
|
export * from "./sidebar";
|
|
export * from "./sub-issues-list";
|
|
export * from "./label";
|
|
export * from "./issue-reaction";
|
|
export * from "./peek-overview";
|