Skip to content

Commit

Permalink
Fix the Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshv2121 committed Jan 2, 2025
1 parent 3d99fec commit 0344967
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Pages/Shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ import { useDispatch } from "react-redux";
import styled from "styled-components";
import { addToCart } from "../Store/cartSlice";
import Button from "../componets/Button";
import React from 'react';
import { useDispatch } from 'react-redux';
import styled from 'styled-components';
import { motion } from 'framer-motion';
import { addToCart } from '../Store/cartSlice';

const ShopContainer = styled.div`
padding: 6rem 2rem 4rem 2rem; // Added top padding for navbar
Expand Down

0 comments on commit 0344967

Please sign in to comment.