create settings segment component, create new section on settings page
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user