Add React Map
This commit is contained in:
6
common/app/routes/map/index.js
Normal file
6
common/app/routes/map/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import ShowMap from './components/Show.jsx';
|
||||
|
||||
export default {
|
||||
path: 'map',
|
||||
component: ShowMap
|
||||
};
|
Reference in New Issue
Block a user