Newer
Older
CrypticOreWallet / src / store / actions / index.ts
@Drew Lemmy Drew Lemmy on 14 Feb 2021 154 bytes refactor: switch to ant-design
import * as walletManagerActions from "./WalletManagerActions";

const RootAction = {
  walletManager: walletManagerActions
};
export default RootAction;