Implement cart

This commit is contained in:
goncy
2021-08-25 11:14:27 -03:00
parent 7bdefa3f48
commit 72cc34d8c7
14 changed files with 579 additions and 162 deletions

View File

@@ -29,7 +29,7 @@ export function normalize(product: RawProduct): Product {
}))
: [
{
id: product.ID,
id: '',
options: [],
},
],