Files
drip/components/settings/index.js
T

10 lines
264 B
JavaScript

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
}