1234567891011 |
- import home from './home';
- import login from './login';
- import bind from './bind';
- import id from './id';
- import identity from './identity';
- import invitation from './invitation';
- import study from './study';
- import message from './message';
- import open from './open';
- export default [home, login, bind, identity, invitation, study, id, message, open];
|