2016-07-15 14:32:42 -07:00
|
|
|
import Settings from './components/Settings.jsx';
|
2016-07-19 16:36:34 -07:00
|
|
|
import updateEmail from './routes/update-email';
|
2016-07-15 14:32:42 -07:00
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
path: 'settings',
|
2016-07-19 16:36:34 -07:00
|
|
|
component: Settings,
|
|
|
|
|
childRoutes: [
|
|
|
|
|
updateEmail
|
|
|
|
|
]
|
2016-07-15 14:32:42 -07:00
|
|
|
};
|