index.js 507 B

1234567891011121314
  1. import home from './home';
  2. import login from './login';
  3. import bind from './bind';
  4. import identity from './identity';
  5. import invitation from './invitation';
  6. import data from './data';
  7. import product from './product';
  8. import message from './message';
  9. import update from './update';
  10. import changeHistory from './changeHistory';
  11. import open from './open';
  12. import machine from './machine';
  13. export default [home, login, bind, identity, invitation, data, product, message, update, changeHistory, open, machine];