Merge version_1 into main #3
@@ -10,7 +10,6 @@ import { useProductCatalog } from "@/hooks/useProductCatalog";
|
||||
function ShopPageContent() {
|
||||
const {
|
||||
products,
|
||||
isLoading,
|
||||
search,
|
||||
setSearch,
|
||||
category,
|
||||
@@ -46,7 +45,6 @@ function ShopPageContent() {
|
||||
<Suspense fallback={<div className="p-8 text-center">Loading products...</div>}>
|
||||
<ProductCatalog
|
||||
products={products}
|
||||
isLoading={isLoading}
|
||||
search={search}
|
||||
setSearch={setSearch}
|
||||
category={category}
|
||||
|
||||
Reference in New Issue
Block a user