MCPcopy Create free account
hub / github.com/basir/node-react-ecommerce / CartScreen.js

File CartScreen.js

frontend/src/screens/CartScreen.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { useEffect } from 'react';
2import { addToCart, removeFromCart } from '../actions/cartActions';
3import { useDispatch, useSelector } from 'react-redux';
4import { Link } from 'react-router-dom';

Callers

nothing calls this directly

Calls 1

addToCartFunction · 0.90

Tested by

no test coverage detected