index.js 122 B

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