{/*
*/}
-
sailing
diff --git a/front/src/pages/ChaosPage.tsx b/front/src/pages/ChaosPage.tsx
index d5f8beb..d76ab29 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,6 +47,9 @@ export default function ChaosPage(){
setFocus(()=>E);
}
+
+ const [tel,setTel] = useState(0)
+
return(
@@ -62,6 +65,17 @@ export default function ChaosPage(){
rdmFront={randomFront}
color={color}/> })}
+
)
}
\ No newline at end of file