mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
f77d2d8c0a
* remove `updates` tab. * make `comments` as primary tab.
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";
|