|
|
@ -555,11 +555,11 @@ class App extends Component {
|
|
|
|
<div className='App'>
|
|
|
|
<div className='App'>
|
|
|
|
<Navbar />
|
|
|
|
<Navbar />
|
|
|
|
<Switch>
|
|
|
|
<Switch>
|
|
|
|
<Route path="*" component={NotFound} />
|
|
|
|
|
|
|
|
<Route path='/about' component={About} />
|
|
|
|
<Route path='/about' component={About} />
|
|
|
|
<Route path='/contact' component={Contact} />
|
|
|
|
<Route path='/contact' component={Contact} />
|
|
|
|
<Route path='/challenge' component={Challenges} />
|
|
|
|
<Route path='/challenge' component={Challenges} />
|
|
|
|
<Route exact path='/' component={Home} />
|
|
|
|
<Route exact path='/' component={Home} />
|
|
|
|
|
|
|
|
<Route path="*" component={NotFound} />
|
|
|
|
</Switch>
|
|
|
|
</Switch>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Router>
|
|
|
|
</Router>
|
|
|
|