import Reminders from './reminders' import NfpSettings from './nfp-settings' import ImportExport from './import-export' import Password from './password' import About from './about' export default { Reminders, NfpSettings, ImportExport, Password, About }