Feature(react): Move settings to React

This commit is contained in:
Berkeley Martinez
2016-07-15 14:32:42 -07:00
parent 822eb541de
commit 2f98976de1
11 changed files with 474 additions and 188 deletions

View File

@@ -1,6 +1,7 @@
import { modernChallenges, map, challenges } from './challenges';
import NotFound from '../components/NotFound/index.jsx';
import { addLang } from '../utils/lang';
import settings from './settings';
export default {
path: '/:lang',
@@ -15,6 +16,7 @@ export default {
challenges,
modernChallenges,
map,
settings,
{
path: '*',
component: NotFound