feat: add product to cart

:%s
This commit is contained in:
DatNguyen
2021-10-14 14:17:23 +07:00
parent df679163c5
commit 833c5205b2
12 changed files with 215 additions and 19 deletions

3
next-env.d.ts vendored
View File

@@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.