| 1 | import React, { useEffect } from 'react'; |
| 2 | import { addToCart, removeFromCart } from '../actions/cartActions'; |
| 3 | import { useDispatch, useSelector } from 'react-redux'; |
| 4 | import { Link } from 'react-router-dom'; |
nothing calls this directly
no test coverage detected