import user from '@/api/modules/user' import config from '@/api/modules/config' import exhibit from '@/api/modules/exhibit' import login from '@/api/modules/login' import home from '@/api/modules/home' export { user, config, exhibit, login, home }