[WEB-522] chore: Move the estimates store and service out of core (#4896)

* chore: moved the estimate store from core to ce and ee

* chore: moved the estimate service from core to ce and ee

* chore: updated constructors from private to public in estimate store

* chore: exported estimate service
This commit is contained in:
guru_sainath 2024-06-20 19:29:09 +05:30 committed by GitHub
parent 94e6fd4b29
commit c0ad5952df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 28 additions and 195 deletions

1
web/ce/services/index.ts Normal file
View file

@ -0,0 +1 @@
export * from "./project";