mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
539c7a3455
* refactor: peek overview components * fix: issue reactions * chore: update comment types * fix: access sepcifier value * chore: remove unused vars * fix: build errors * build-error: build error resolved --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com>
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
export * from "./activity";
|
|
export * from "./reactions";
|
|
export * from "./issue-detail";
|
|
export * from "./properties";
|
|
export * from "./root";
|
|
export * from "./view";
|