aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 67c78b31c..0e04c334c 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -33,7 +33,6 @@ const QrView = require('./components/qr-code')
const HDCreateVaultComplete = require('./keychains/hd/create-vault-complete')
const HDRestoreVaultScreen = require('./keychains/hd/restore-vault')
const RevealSeedConfirmation = require('./keychains/hd/recover-seed/confirmation')
-const AddAccountScreen = require('./accounts/add')
module.exports = connect(mapStateToProps)(App)
@@ -408,9 +407,6 @@ App.prototype.renderPrimary = function () {
case 'accountDetail':
return h(AccountDetailScreen, {key: 'account-detail'})
- case 'new-account':
- return h(AddAccountScreen, {key: 'new-account'})
-
case 'sendTransaction':
return h(SendTransactionScreen, {key: 'send-transaction'})