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