index.js 167 B

123456
  1. // We only need to import the modules necessary for initial render
  2. import Page from './page';
  3. import Product from './product';
  4. export default [...Page, ...Product];