Skip to content

Commit

Permalink
Remove ImportWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Nov 18, 2020
1 parent d890b83 commit e6fecf1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 508 deletions.
4 changes: 0 additions & 4 deletions app/components/Nav/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import AccountBackupStep1B from '../../Views/AccountBackupStep1B';
import ManualBackupStep1 from '../../Views/ManualBackupStep1';
import ManualBackupStep2 from '../../Views/ManualBackupStep2';
import ManualBackupStep3 from '../../Views/ManualBackupStep3';
import ImportWallet from '../../Views/ImportWallet';
import ImportFromSeed from '../../Views/ImportFromSeed';
import SyncWithExtension from '../../Views/SyncWithExtension';
import SyncWithExtensionSuccess from '../../Views/SyncWithExtensionSuccess';
Expand Down Expand Up @@ -64,9 +63,6 @@ const OnboardingNav = createStackNavigator(
ManualBackupStep3: {
screen: ManualBackupStep3
},
ImportWallet: {
screen: ImportWallet
},
ImportFromSeed: {
screen: ImportFromSeed
},
Expand Down

This file was deleted.

Loading

0 comments on commit e6fecf1

Please sign in to comment.