opensource-emr / hospital-management-emr

A complete open source for electronic healthcare record management in Hospitals, Clinics and Pharmacy.
https://opensource-emr.github.io/hospital-management-emr/
MIT License
278 stars 196 forks source link

(fix) remove imports from querystring in three components (ledger-cre… #66

Closed Coder-Krish closed 1 year ago

Coder-Krish commented 1 year ago

There were imports from querystring in three components which was breaking the angular build,

That was unused imports, hence removing imports from querystring solved the issue.