Skip to content

Commit 68df572

Browse files
fix: remove unused getProducts import from product detail page
- Remove unused getProducts import that was causing build failure - Import was leftover from getStaticProps to getServerSideProps conversion - Build now passes successfully
1 parent 383efc1 commit 68df572

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/store/products/[handle].tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import SEO from "@components/seo/page-seo";
55
import Layout from "@layout/layout-01";
66
import ShoppingCart from "@components/shopping-cart";
77
import {
8-
getProducts,
98
getProduct,
109
ShopifyProduct,
1110
ShopifyProductVariant,

0 commit comments

Comments
 (0)