mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 02:55:41 +00:00
2309d05c06
* 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';
|