diff --git a/app/[locale]/product/[handle]/page.tsx b/app/[locale]/product/[handle]/page.tsx index b137230a5..6475e6382 100644 --- a/app/[locale]/product/[handle]/page.tsx +++ b/app/[locale]/product/[handle]/page.tsx @@ -2,6 +2,7 @@ import type { Metadata } from 'next'; import { notFound } from 'next/navigation'; import { Suspense } from 'react'; +import { ChevronDoubleRightIcon } from '@heroicons/react/24/outline'; import clsx from 'clsx'; import { AddManyToCart } from 'components/cart/add-many-to-cart'; import { GridTileImage } from 'components/grid/tile'; @@ -152,18 +153,18 @@ export default async function ProductPage({ {!!product?.notes && ( -