import auth from './auth' import user from './user' import exam from './exam' export default [...auth, ...user, ...exam]