From 86a83059824f7b85a31344739c4104ff5fb19830 Mon Sep 17 00:00:00 2001 From: UO287747 Date: Mon, 4 Mar 2024 10:52:41 +0100 Subject: [PATCH 1/8] =?UTF-8?q?Modificaci=C3=B3n=20orden=20interfaces=20y?= =?UTF-8?q?=20interfaz=20fin=20de=20juego?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/src/App.js | 6 ++-- webapp/src/components/Game.jsx | 28 ++++++++----------- webapp/src/components/PostGame.jsx | 45 +++++++++++++++++++++++++++--- webapp/src/test/PostGame.test.js | 11 ++++++-- 4 files changed, 64 insertions(+), 26 deletions(-) diff --git a/webapp/src/App.js b/webapp/src/App.js index 966d01c8..db9ed9b2 100644 --- a/webapp/src/App.js +++ b/webapp/src/App.js @@ -3,7 +3,6 @@ import { useState } from 'react' import Nav from './components/Nav' import { Start } from './components/Start' import { Game } from './components/Game' -import { PostGame } from './components/PostGame' import { Participation } from './components/Participation' import User from './components/User' @@ -19,9 +18,8 @@ function App() { {menuState === 0 && goTo(x)}/>} {menuState > 0 &&