4
0
forked from crowetic/commerce
2020-10-01 20:40:40 -05:00

5 lines
210 B
TypeScript

export { default as Swatch } from './Swatch'
export { default as ProductView } from './ProductView'
export { default as ProductCard } from './ProductCard'
export { default as ProductGrid } from './ProductGrid'