diff --git a/webapp/src/components/FirstGame.js b/webapp/src/components/FirstGame.js
index caa28e83..d482d706 100644
--- a/webapp/src/components/FirstGame.js
+++ b/webapp/src/components/FirstGame.js
@@ -7,7 +7,6 @@ import { useLocation, useNavigate } from 'react-router-dom';
import Button from './Button';
import { Footer } from './footer/Footer';
import { Nav } from './nav/Nav';
-import {shuffleArray} from './Util'
var currentQuestionIndex = 0;
@@ -200,15 +199,10 @@ const Quiz = () => {
width: '100%',
padding: 3}}>
- {/*
{isCorrect ? '¡Respuesta correcta!' : 'Respuesta incorrecta.'}
- )} */} >