Skip to content

Commit fed979b

Browse files
fix: remove unused clsx import in store index page
1 parent 6d61b91 commit fed979b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/store/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import ProductGrid from "@components/product-grid";
66
import ShoppingCart from "@components/shopping-cart";
77
import { getProducts, ShopifyProduct, isShopifyConfigured } from "@lib/shopify";
88
import { useCart } from "@hooks";
9-
import clsx from "clsx";
109

1110
interface StorePageProps {
1211
products: ShopifyProduct[];

0 commit comments

Comments
 (0)