aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/routes/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/pages/routes/index.js')
-rw-r--r--ui/app/pages/routes/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/pages/routes/index.js b/ui/app/pages/routes/index.js
index 9eeac2da2..afef0692e 100644
--- a/ui/app/pages/routes/index.js
+++ b/ui/app/pages/routes/index.js
@@ -24,7 +24,6 @@ import Settings from '../settings'
import Authenticated from '../../helpers/higher-order-components/authenticated'
import Initialized from '../../helpers/higher-order-components/initialized'
import Lock from '../lock'
-import UiMigrationAnnouncement from '../../components/app/ui-migration-annoucement'
const RestoreVaultPage = require('../keychains/restore-vault').default
const RevealSeedConfirmation = require('../keychains/reveal-seed')
const MobileSyncPage = require('../mobile-sync')
@@ -214,7 +213,6 @@ class Routes extends Component {
}
}}
>
- <UiMigrationAnnouncement />
<Modal />
<Alert
visible={this.props.alertOpen}