Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 11:40:34 +00:00
parent a2063bfa5c
commit 55ac86315d

View File

@@ -18,7 +18,7 @@ function ShopPageContent() {
} = useProductCatalog({ basePath: "/shop" }); } = useProductCatalog({ basePath: "/shop" });
const cartOpen = false; const cartOpen = false;
const setCartOpen = () => {}; const setCartOpen = (open: boolean) => {};
if (isLoading) { if (isLoading) {
return ( return (