1
0
mirror of https://github.com/vercel/commerce.git synced 2025-09-01 21:40:14 +00:00
This commit is contained in:
Belen Curcio
2020-10-12 12:30:44 -03:00
parent 809295480f
commit 55ecdd06ac

@@ -10,8 +10,8 @@ import { useUI } from '@components/ui/context'
interface ProductData { interface ProductData {
name: string name: string
images: any images?: any
prices: any prices?: any
path: string path: string
} }