import getConfig, * as config from './config' import * as category from './category' import * as product from './product' import * as comment from './comment' import * as attribute from './attribute' import * as trash from './trash' export default { getConfig, ...config, ...category, ...product, ...comment, ...attribute, ...trash, }