forked from github/plane
10 lines
167 B
TypeScript
10 lines
167 B
TypeScript
export * from "./root";
|
|
|
|
export * from "./activity-comment-root";
|
|
|
|
// activity
|
|
export * from "./activity/activity-list";
|
|
|
|
// issue comment
|
|
export * from "./comments";
|