import common from './common' import approval from './approval' const wholeObj = Object.assign({}, common, approval) export default wholeObj