Skip to content
Snippets Groups Projects
Commit 95359ce2 authored by mashazyu's avatar mashazyu Committed by Sofiya Tepikin
Browse files

Move ConfirmWithPassword component to the common folder

parent 1102a40d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import { Alert, ToastAndroid } from 'react-native'
import { clearDb, isDbEmpty } from '../../../db'
import { hasEncryptionObservable } from '../../../local-storage'
import SettingsButton from '../settings-button'
import ConfirmWithPassword from './confirm-with-password'
import ConfirmWithPassword from '../common/confirm-with-password'
import alertError from '../alert-error'
import settings from '../../../i18n/en/settings'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment