Implement Cart API for cart & wishlish

This commit is contained in:
cond0r
2021-08-10 14:41:56 +03:00
parent 1d79007171
commit bc15597be9
35 changed files with 704 additions and 202 deletions

View File

@@ -37,6 +37,7 @@ const ProductSidebar: FC<ProductSidebarProps> = ({ product, className }) => {
setLoading(false)
} catch (err) {
setLoading(false)
console.error(err)
}
}