import action from './action'; import tips from './tips'; import other from './other'; export default { ...tips, ...other, ...action, };