Blame view

apps/components/products/index.js 137 Bytes
陈峰 authored
1
import ProductGroup from './product-group';
yyq authored
2
import ProductList from './product-list';
陈峰 authored
3 4 5

export default [
  ProductGroup,
htoooth authored
6
  ProductList
陈峰 authored
7
];