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>
8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
export * from "./full-screen-peek-view";
|
|
export * from "./header";
|
|
export * from "./issue-activity";
|
|
export * from "./issue-details";
|
|
export * from "./issue-properties";
|
|
export * from "./layout";
|
|
export * from "./side-peek-view";
|