import * as walletManagerActions from "./WalletManagerActions"; import * as walletsActions from "./WalletsActions"; export default { walletManager: walletManagerActions, wallets: walletsActions };