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