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

@@ -1,6 +1,7 @@
import Jobs from './Jobs';
import Hikes from './Hikes';
import Challenges from './challenges';
import challenges from './challenges';
import map from './map';
import NotFound from '../components/NotFound/index.jsx';
export default {
@@ -8,7 +9,8 @@ export default {
childRoutes: [
Jobs,
Hikes,
Challenges,
challenges,
map,
{
path: '*',
component: NotFound