move map as a supdirectory of challenges

This commit is contained in:
Berkeley Martinez
2016-05-10 19:28:40 -07:00
parent 33d3e94e62
commit 1eb6390b85
28 changed files with 93 additions and 383 deletions

View File

@@ -1,7 +1,6 @@
import Jobs from './Jobs';
import Hikes from './Hikes';
import challenges from './challenges';
import map from './map';
import { map, challenges } from './challenges';
import NotFound from '../components/NotFound/index.jsx';
export default {