mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
import wallet from './wallet';
|
|||
export * from './wallet';
|
|||
export * from './helpers';
|
|||
export default wallet;
|