From 7bfd0768431b0ae358150ff593248702701e3c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Garc=C3=ADa?= <113422454+UO285267@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:33:11 +0100 Subject: [PATCH] =?UTF-8?q?Prueba=20para=20la=20integraci=C3=B3n=20continu?= =?UTF-8?q?a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/App.js b/webapp/src/App.js index d932005b..306a2ceb 100644 --- a/webapp/src/App.js +++ b/webapp/src/App.js @@ -12,7 +12,7 @@ function App() { const handleToggleView = () => { setShowLogin(!showLogin); }; - + return (