import auth from './auth'; import config from './config'; export default { auth, login: auth, config, };