Add React Map

This commit is contained in:
Berkeley Martinez
2016-03-21 15:39:45 -07:00
parent 844afb6e2f
commit c909cd032e
17 changed files with 313 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
import ShowMap from './components/Show.jsx';
export default {
path: 'map',
component: ShowMap
};