Newer
Older
CrypticOreWallet / src / store / actions / index.ts
@Drew Lemmy Drew Lemmy on 28 Sep 2020 202 bytes feat: start on wallets in redux
import * as walletManagerActions from "./WalletManagerActions";
import * as walletsActions from "./WalletsActions";

export default {
  walletManager: walletManagerActions,
  wallets: walletsActions
};