Update src/app/shop/page.tsx
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user