Update src/app/shop/page.tsx
This commit is contained in:
@@ -18,7 +18,7 @@ function ShopPageContent() {
|
||||
} = useProductCatalog({ basePath: "/shop" });
|
||||
|
||||
const cartOpen = false;
|
||||
const setCartOpen = () => {};
|
||||
const setCartOpen = (open: boolean) => {};
|
||||
|
||||
if (isLoading) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user