Newer
Older
CrypticOreWallet / src / store / actions / index.ts
@Drew Lemmy Drew Lemmy on 15 Feb 2021 234 bytes feat: initial work on wallet dialogs
import * as walletManagerActions from "./WalletManagerActions";
import * as walletsActions from "./WalletsActions";

const RootAction = {
  walletManager: walletManagerActions,
  wallets: walletsActions,
};
export default RootAction;