import Reminders from './reminders'
import NfpSettings from './nfp-settings'
import DataManagement from './data-management'
import Password from './password'
import About from './about'

export default {
  Reminders, NfpSettings, DataManagement, Password, About
}