Closed pavinduLakshan closed 1 day ago
This PR removes some index files used in several feature modules and updates the imports in the dependent packages to import directly from the file where entities are defined.
Why barrel files (such as index.js) should not be used: https://medium.com/@alonmiz1234/why-you-should-avoid-index-js-3321a9902120
If these changes should result in a version bump, you need to add a changeset.
Refer Release Documentation to learn how to add a changeset.
Purpose
This PR removes some index files used in several feature modules and updates the imports in the dependent packages to import directly from the file where entities are defined.
Why barrel files (such as index.js) should not be used: https://medium.com/@alonmiz1234/why-you-should-avoid-index-js-3321a9902120
Related Issues
Related PRs
Checklist
Security checks