plane/web/components/issues/issue-detail/issue-activity/index.ts
Prateek Shourya f77d2d8c0a
[WEB-643] chore: update issue activity tabs. (#4232)
* remove `updates` tab.
* make `comments` as primary tab.
2024-04-23 12:52:31 +05:30

10 lines
167 B
TypeScript

export * from "./root";
export * from "./activity-comment-root";
// activity
export * from "./activity/activity-list";
// issue comment
export * from "./comments";