feat: clone product card and create design UI to map with json file
This commit is contained in:
@@ -36,7 +36,6 @@ export const listCollections = async (
|
||||
{
|
||||
query: queryParams,
|
||||
next,
|
||||
cache: "force-cache",
|
||||
}
|
||||
)
|
||||
.then(({ collections }) => ({ collections, count: collections.length }))
|
||||
|
||||
Reference in New Issue
Block a user