index.js 99 B

1234
  1. import dashboard from './dashboard';
  2. import home from './home';
  3. export default [dashboard, home];