mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-30 19:00:53 +00:00
change SendForm route container
This commit is contained in:
parent
9f6e9e37a6
commit
6449749492
@ -17,7 +17,7 @@ import ImportView from 'views/Landing/views/Import/Container';
|
||||
// wallet views
|
||||
import WalletContainer from 'views/Wallet';
|
||||
import AccountSummary from 'views/Wallet/views/Account/Summary';
|
||||
import AccountSend from 'views/Wallet/views/Account/Send/Container';
|
||||
import AccountSend from 'views/Wallet/views/Account/Send';
|
||||
import AccountReceive from 'views/Wallet/views/Account/Receive/Container';
|
||||
import AccountSignVerify from 'views/Wallet/views/Account/SignVerify/Container';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user