Files
freeCodeCamp/common/app/routes/settings/index.js

7 lines
113 B
JavaScript
Raw Normal View History

2016-07-15 14:32:42 -07:00
import Settings from './components/Settings.jsx';
export default {
path: 'settings',
component: Settings
};