9 lines
167 B
TypeScript
9 lines
167 B
TypeScript
export * from "./root";
|
|
|
|
export * from "./activity-comment-root";
|
|
|
|
// activity
|
|
export * from "./activity/activity-list";
|
|
|
|
// issue comment
|
|
export * from "./comments";
|