From 5ae0cd888b2592c202ed5aed604643b1afbb27c1 Mon Sep 17 00:00:00 2001 From: Thomas Bouquet <thomas.bouquet@student-cs.fr> Date: Sun, 30 May 2021 12:34:02 +0200 Subject: [PATCH] test display --- front/src/components/CheerUp.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/front/src/components/CheerUp.js b/front/src/components/CheerUp.js index d5cdfa6..e3e50c3 100644 --- a/front/src/components/CheerUp.js +++ b/front/src/components/CheerUp.js @@ -6,7 +6,8 @@ const cheerup = () => { return ( <> - <MDBContainer className="mt-4"> + <p>Hello World!</p> + {/* <MDBContainer className="mt-4"> <br/> <MDBRow> @@ -69,7 +70,7 @@ const cheerup = () => { </p> </MDBCol> </MDBRow> - </MDBContainer> + </MDBContainer> */} </> ); } -- GitLab