import ProductGroup from './product-group';
import ProductList from './product-list';
export default [ ProductGroup,
ProductList
];