(e)
| 13 | const cartCount = useSelector(state => state.cart.total) |
| 14 | |
| 15 | const handleSearch = (e) => { |
| 16 | e.preventDefault() |
| 17 | router.push(`/shop?search=${search}`) |
| 18 | } |
| 19 | |
| 20 | return ( |
| 21 | <nav className="relative bg-white"> |
nothing calls this directly
no outgoing calls
no test coverage detected