mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
No commits in common. "c1baab6275a47563c5b113f0feab38ec21b4af35" and "2ee787d179a712bcf0dea9344dc66dd16c350093" have entirely different histories.
c1baab6275
...
2ee787d179
1 changed files with 0 additions and 2 deletions
|
|
@ -26,8 +26,6 @@ const LiveResults: React.FC<LiveResultsProps> = ({ questions, showSelectedQuesti
|
||||||
const [showCorrectAnswers, setShowCorrectAnswers] = useState<boolean>(false);
|
const [showCorrectAnswers, setShowCorrectAnswers] = useState<boolean>(false);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div className="action-bar mb-1">
|
<div className="action-bar mb-1">
|
||||||
<div className="text-2xl text-bold">Résultats du quiz</div>
|
<div className="text-2xl text-bold">Résultats du quiz</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue