diff --git a/components/shopify/cart-drawer.tsx b/components/shopify/cart-drawer.tsx index c8f7c63..ce98e4e 100644 --- a/components/shopify/cart-drawer.tsx +++ b/components/shopify/cart-drawer.tsx @@ -1,6 +1,7 @@ 'use client'; import React, { useState } from 'react'; +import Image from 'next/image'; import { useCartStore, redirectToCheckout } from '@/hooks/use-shopify-cart'; import { Button } from '@/components/ui/button'; import { Loader } from '@/components/ui/loader'; @@ -171,9 +172,11 @@ const CartDrawer: React.FC = () => { {/* Product Image */}