mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-17 13:37:01 +00:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
|
// @flow
|
||
|
|
||
|
export { default as BaseWallet } from './base';
|
||
|
export { default as PrivKeyWallet } from './privkey';
|