index.js 423 B

12345678910111213
  1. import home from './home';
  2. import login from './login';
  3. import bind from './bind';
  4. import id from './id';
  5. import identity from './identity';
  6. import invitation from './invitation';
  7. import study from './study';
  8. import message from './message';
  9. import open from './open';
  10. import pay from './pay';
  11. import bought from './bought';
  12. export default [home, login, bind, identity, invitation, study, id, message, open, pay, bought];