index.js 354 B

1234567891011
  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. export default [home, login, bind, identity, invitation, study, id, message, open];