mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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";
|