Adding ProductOptions Component and more helpers

This commit is contained in:
Bel Curcio
2021-06-05 13:16:34 -03:00
parent d3bd52fb6b
commit aca215cbbb
6 changed files with 105 additions and 70 deletions

View File

@@ -2,3 +2,4 @@ export { default as Swatch } from './Swatch'
export { default as ProductView } from './ProductView'
export { default as ProductCard } from './ProductCard'
export { default as ProductSlider } from './ProductSlider'
export { default as ProductOptions } from './ProductOptions'