Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Explore More Button on Women,Men Products #52

Merged
merged 15 commits into from
Feb 18, 2024
Prev Previous commit
Next Next commit
Update ShopCategory.jsx
  • Loading branch information
swetasingh8844 committed Jan 29, 2024
commit a251d0b4b8458fc0e18eb546a2a4c5609796fa77
3 changes: 3 additions & 0 deletions src/Pages/ShopCategory.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ const ShopCategory = (props) => {
</div>
);
};


export default ShopCategory;