mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-14 13:06:10 +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;
|