diff --git a/components/Product/SingleProduct.component.jsx b/components/Product/SingleProduct.component.jsx index 3ab6bac73..03b34f2ea 100644 --- a/components/Product/SingleProduct.component.jsx +++ b/components/Product/SingleProduct.component.jsx @@ -1,9 +1,10 @@ import { useState, useEffect } from 'react'; +import Image from 'next/image'; import AddToCartButton from 'components/Cart/AddToCartButton.component'; import LoadingSpinner from 'components/LoadingSpinner/LoadingSpinner.component'; -import WOO_CONFIG from 'utils/config/nextConfig'; +import WOO_CONFIG from 'utils/config/nextConfig'; /** * Shows a single product with an Add To Cart button. @@ -44,18 +45,26 @@ const SingleProduct = ({ product }) => {