index.js 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import ProductGroup from './product-group'; import ProductList from './product-list'; import ProductItem from './product-item'; export default [ ProductGroup, ProductList, ProductItem ];