Update src/app/shop/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog
|
|||||||
import { useProductCatalog } from "@/hooks/useProductCatalog";
|
import { useProductCatalog } from "@/hooks/useProductCatalog";
|
||||||
|
|
||||||
function ShopPageContent() {
|
function ShopPageContent() {
|
||||||
const {
|
const {
|
||||||
products,
|
products,
|
||||||
isLoading,
|
isLoading,
|
||||||
search,
|
search,
|
||||||
|
|||||||
Reference in New Issue
Block a user