Move reusable components to separate folder, password view refactoring

This commit is contained in:
mashazyu
2019-01-07 23:28:48 +01:00
committed by Sofiya Tepikin
parent 94940238a6
commit bee0550372
20 changed files with 49 additions and 79 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React, { Component } from 'react'
import labels from '../../../i18n/en/settings'
import { changeEncryptionAndRestartApp } from '../../../db'
import ConfirmWithPassword from '../common/confirm-with-password'
import SettingsButton from '../settings-button'
import SettingsButton from '../common/settings-button'
export default class DeletePassword extends Component {
constructor() {