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

[FEATURE]: Quantity Control for cart items, Payment receipt & proceeding option, Improved UI/UX for product pages #287

Merged
merged 16 commits into from
Jan 10, 2025
2 changes: 2 additions & 0 deletions src/Pages/Shop.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { useDispatch } from 'react-redux';
// import React, { useState } from 'react';
// import { addToCart, removeFromCart } from '../Store/cartSlice';
import styled from 'styled-components';
import { motion } from 'framer-motion';
import { addToCart } from '../Store/cartSlice';
Expand Down
Loading
Loading