Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilt committed Jul 10, 2018
1 parent 6d3ac98 commit fe52112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class App extends Component {
render() {
return (
<Router basename={'/quiz'}>
<div>
<div className={'App'}>
<Switch>
<Route exact path={'/'} component={Quiz} />
<Route path={'/completed'} component={Completed} />
Expand Down

0 comments on commit fe52112

Please sign in to comment.