Skip to content

Commit

Permalink
donne 3 MINI Game Change my Color !
Browse files Browse the repository at this point in the history
  • Loading branch information
Imadnajam committed Jan 24, 2024
1 parent 0acc122 commit 7da9642
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ const App = () => {
<li key={k}>{e}</li>
))
}


</ul><br/>
<ul>
<h2>Text historique</h2>
{historiqueText !== undefined && historiqueText.length > 0 &&
historiqueText.map((e, k) => (
<li key={k}>{e}</li>
))
}


</ul>

</div>
Expand Down

0 comments on commit 7da9642

Please sign in to comment.