mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-09 09:43:34 +00:00
* Add more wallet disables, move all into selector. * Add reasons for disabled wallets. * Disable read only in lite send. * Fix view address showing insecure icon.
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
import WalletDecrypt from './WalletDecrypt';
|
|
export default WalletDecrypt;
|
|
export * from './disables';
|