MCPcopy Create free account
hub / github.com/Source-Controller/eCommerce-Fullstack / cart.js

File cart.js

pages/cart.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { useRef } from 'react';
2import { AiOutlineMinus, AiOutlinePlus, AiOutlineShopping } from 'react-icons/ai';
3import {HiOutlineTrash} from 'react-icons/hi'
4import toast from 'react-hot-toast';

Callers

nothing calls this directly

Calls 2

useStateContextFunction · 0.90
toggleCartItemQuantityFunction · 0.50

Tested by

no test coverage detected