[WEB-522] chore:Estimate structure (#4801)

* dv: seperating constants for ce and ee

* dev: update estimate constants

* dev: updated estimate structure for ce and ee
This commit is contained in:
guru_sainath 2024-06-13 15:51:41 +05:30 committed by GitHub
parent ee4ad580fc
commit 52617baf0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 78 additions and 145 deletions

View file

@ -0,0 +1 @@
export * from "ce/components/estimates/estimate-list-item-buttons";

View file

@ -0,0 +1 @@
export * from "./estimate-list-item-buttons";

View file

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

View file

@ -0,0 +1 @@
export * from "ce/components/estimates/update/modal";

View file

@ -0,0 +1 @@
export * from "ce/constants/estimates";