import domain from './domain' import config from './config' import auth from './auth' export default { domain, config, auth }