From 3811fb3807714f9406b0d9d287d7202a3c02dd5f Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Wed, 2 Aug 2023 20:22:08 -0500 Subject: [PATCH] Fix lints --- app/product/[handle]/page.tsx | 11 +++++------ components/carousel.tsx | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/app/product/[handle]/page.tsx b/app/product/[handle]/page.tsx index f2720137d..d59423364 100644 --- a/app/product/[handle]/page.tsx +++ b/app/product/[handle]/page.tsx @@ -117,12 +117,11 @@ async function RelatedProducts({ id }: { id: string }) {

Related Products