1 2 3 4 5 6 7 8 9
import auth from './auth' import entity from './entity' export const actions = { ...auth, ...entity, } export default actions