import { Trash } from '@components/icon' const CartItem = () => { return (
  • T-Shirt
    - +
    $50.00
  • ) } export default CartItem