-
Julia Friesel authoredJulia Friesel authored
index.js 305 B
import Reminders from './reminders'
import NfpSettings from './nfp-settings'
import DataManagement from './data-management'
import Password from './password'
import About from './about'
import License from './license'
export default {
Reminders, NfpSettings, DataManagement, Password, About, License
}