forked from github/plane
13bbb9cde4
* chore: implement sub-issues and attachments in the peek overview * chore: add the same to full-screen view
7 lines
173 B
TypeScript
7 lines
173 B
TypeScript
export * from "./header";
|
|
export * from "./issue-attachments";
|
|
export * from "./issue-detail";
|
|
export * from "./properties";
|
|
export * from "./root";
|
|
export * from "./view";
|