create settings segment component, create new section on settings page

This commit is contained in:
mashazyu
2019-01-03 16:15:18 +01:00
parent 4a29ef6c09
commit a359f8b8fc
13 changed files with 70 additions and 62 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import Reminders from './reminders'
import NfpSettings from './nfp-settings'
import ImportExport from './import-export'
import DataManagement from './data-management'
import Password from './password'
import About from './about'
export default {
Reminders, NfpSettings, ImportExport, Password, About
Reminders, NfpSettings, DataManagement, Password, About
}