Skip to content

Commit

Permalink
Merge pull request #287 from Jivan052/feature
Browse files Browse the repository at this point in the history
[FEATURE]: Quantity Control for cart items, Payment receipt & proceeding option, Improved UI/UX for product pages
  • Loading branch information
Mujtabaa07 authored Jan 10, 2025
2 parents a8f1e19 + e43b33f commit dfa1a41
Show file tree
Hide file tree
Showing 6 changed files with 607 additions and 1,011 deletions.
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

0 comments on commit dfa1a41

Please sign in to comment.