From 8de227cb92c702710946402c4c44eebbba85031b Mon Sep 17 00:00:00 2001 From: Patrick Tajima Date: Thu, 10 Feb 2022 16:33:51 -0800 Subject: [PATCH] fix: Remove 'shared seed phrase' components from Routing.js --- packages/frontend/src/components/Routing.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/packages/frontend/src/components/Routing.js b/packages/frontend/src/components/Routing.js index eec0c6896a..4136243493 100644 --- a/packages/frontend/src/components/Routing.js +++ b/packages/frontend/src/components/Routing.js @@ -19,14 +19,11 @@ import { handleClearAlert } from '../redux/reducers/status'; import { selectAccountSlice } from '../redux/slices/account'; import { actions as tokenFiatValueActions } from '../redux/slices/tokenFiatValues'; import { CreateImplicitAccountWrapper } from '../routes/CreateImplicitAccountWrapper'; -import { GeneratePassphraseWrapper } from '../routes/GeneratePassphraseWrapper'; import { LoginWrapper } from '../routes/LoginWrapper'; import { SetupLedgerNewAccountWrapper } from '../routes/SetupLedgerNewAccountWrapper'; import { SetupPassphraseNewAccountWrapper } from '../routes/SetupPassphraseNewAccountWrapper'; import { SetupRecoveryImplicitAccountWrapper } from '../routes/SetupRecoveryImplicitAccountWrapper'; -import { SharedPassphraseWrapper } from '../routes/SharedPassphraseWrapper'; import { SignWrapper } from '../routes/SignWrapper'; -import { VerifyPassphraseWrapper } from '../routes/VerifyPassphraseWrapper'; import translations_en from '../translations/en.global.json'; import translations_pt from '../translations/pt.global.json'; import translations_ru from '../translations/ru.global.json'; @@ -417,21 +414,6 @@ class Routing extends Component { component={CreateImplicitAccountWrapper} /> } - - -