Add react challenge view with editor
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Jobs from './Jobs';
|
||||
import Hikes from './Hikes';
|
||||
import Challenges from './challenges';
|
||||
import NotFound from '../components/NotFound/index.jsx';
|
||||
|
||||
export default {
|
||||
@@ -7,6 +8,7 @@ export default {
|
||||
childRoutes: [
|
||||
Jobs,
|
||||
Hikes,
|
||||
Challenges,
|
||||
{
|
||||
path: '*',
|
||||
component: NotFound
|
||||
|
Reference in New Issue
Block a user