Added shuffling for array.

This commit is contained in:
wildscotsmen
2018-10-18 13:51:32 -04:00
parent deb5cc8a01
commit bd270a0e13
2 changed files with 14 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ class QuizPage extends Component {
render() {
return (
<Typography variant='display1' align='center' gutterBottom>
<QuizGame />
<QuizGame />
</Typography>
);
}