mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2026-04-07 15:24:04 +00:00
Challenge mode functionality progress
This commit is contained in:
parent
04f43d8038
commit
20cf1aa3df
8 changed files with 111 additions and 20 deletions
|
|
@ -12,6 +12,7 @@ function ChallengeMode() {
|
|||
return (
|
||||
<>
|
||||
<ChallengeDisplay buffer={morseCharBuffer} word="Morse" setMorseCharBuffer={setMorseCharBuffer}/>
|
||||
<button onClick={() => console.log(morseCharBuffer)}>morseCharBuffer</button>
|
||||
</>
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue