mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
* 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";
|