Renames common->shared component directory

This commit is contained in:
Sofiya Tepikin
2019-01-09 22:33:42 +01:00
parent bee0550372
commit 0feab0ed61
18 changed files with 21 additions and 26 deletions
@@ -4,8 +4,8 @@ import nodejs from 'nodejs-mobile-react-native'
import { requestHash, changeEncryptionAndRestartApp } from '../../../db'
import AppText from '../../app-text'
import PasswordField from '../common/password-field'
import SettingsButton from '../common/settings-button'
import PasswordField from '../shared/password-field'
import SettingsButton from '../shared/settings-button'
import styles from '../../../styles'
import settings from '../../../i18n/en/settings'