| 1 | import React, { useState } from 'react' |
| 2 | import { client, urlFor } from '../../lib/client' |
| 3 | import { AiOutlineMinus, AiOutlinePlus } from 'react-icons/ai' |
| 4 | import {CgShoppingCart} from 'react-icons/cg' |
nothing calls this directly
no test coverage detected