1
0

index.js 164 B

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