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

7 lines
102 B
JavaScript
Raw Normal View History

2016-03-21 15:39:45 -07:00
import ShowMap from './components/Show.jsx';
export default {
path: 'map',
component: ShowMap
};