feat: clone product card and create design UI to map with json file

This commit is contained in:
Nam Doan
2025-12-22 14:12:43 +07:00
parent a2e5b56eb8
commit 6912f2605c
11 changed files with 399 additions and 11 deletions
-1
View File
@@ -36,7 +36,6 @@ export const listCollections = async (
{
query: queryParams,
next,
cache: "force-cache",
}
)
.then(({ collections }) => ({ collections, count: collections.length }))
-1
View File
@@ -68,7 +68,6 @@ export const listProducts = async ({
},
headers,
next,
cache: "force-cache",
}
)
.then(({ products, count }) => {