Skip to content

Moves store entities to stores module

Ahmed Reda requested to merge fix/stores-headers-bugs into development

Refactors the codebase by moving store-related entities, models, and response models from the home module to the stores module.

This change enhances modularity and promotes code reuse, as these components are now more logically grouped within the stores feature.

This also updates the home module to import the store entities from the new location.

Merge request reports

Loading