[WEB-3856]chore: refactor work item activity (#6923)

* chore: refactor work item activity

* chore: added estimate render for notifications
This commit is contained in:
Vamsi Krishna 2025-04-15 16:35:28 +05:30 committed by GitHub
parent a4bca0c39c
commit c401b26dd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 25 additions and 13 deletions

View file

@ -0,0 +1 @@
export { AdditionalActivityRoot } from "ce/components/issues/issue-details/additional-activity-root";

View file

@ -1 +0,0 @@
export * from "ce/components/issues/issue-details/issue-properties-activity";