import React, { useEffect } from "react"; import { addToCart, removeFromCart } from "../actions/cartActions"; import { useDispatch, useSelector }