[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:
parent
ee4ad580fc
commit
52617baf0e
30 changed files with 78 additions and 145 deletions
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/estimates/estimate-list-item-buttons";
|
||||
1
web/ee/components/estimates/index.ts
Normal file
1
web/ee/components/estimates/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./estimate-list-item-buttons";
|
||||
1
web/ee/components/estimates/update/index.ts
Normal file
1
web/ee/components/estimates/update/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./modal";
|
||||
1
web/ee/components/estimates/update/modal.tsx
Normal file
1
web/ee/components/estimates/update/modal.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/estimates/update/modal";
|
||||
1
web/ee/constants/estimates.ts
Normal file
1
web/ee/constants/estimates.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/constants/estimates";
|
||||
Loading…
Add table
Add a link
Reference in a new issue