{/*
*/}
-
sailing
diff --git a/front/src/pages/ChaosPage.tsx b/front/src/pages/ChaosPage.tsx
index d76ab29..d5f8beb 100644
--- a/front/src/pages/ChaosPage.tsx
+++ b/front/src/pages/ChaosPage.tsx
@@ -28,7 +28,7 @@ export default function ChaosPage(){
const myArray = [1, 2, 3, 4, 5];
const shuffledArray = shuffleArray(myArray);
- // console.log(shuffledArray); // Affiche un tableau mélangé
+ console.log(shuffledArray); // Affiche un tableau mélangé
const [entry1,setEntry1] = useState("champ1")
@@ -47,9 +47,6 @@ export default function ChaosPage(){
setFocus(()=>E);
}
-
- const [tel,setTel] = useState(0)
-
return(
@@ -65,17 +62,6 @@ export default function ChaosPage(){
rdmFront={randomFront}
color={color}/> })}
-
)
}
\ No newline at end of file