Challenge mode functionality progress

This commit is contained in:
Gene Mecija 2020-01-10 00:56:38 -08:00
parent 04f43d8038
commit 20cf1aa3df
8 changed files with 111 additions and 20 deletions

View file

@ -12,6 +12,7 @@ function ChallengeMode() {
return (
<>
<ChallengeDisplay buffer={morseCharBuffer} word="Morse" setMorseCharBuffer={setMorseCharBuffer}/>
<button onClick={() => console.log(morseCharBuffer)}>morseCharBuffer</button>
</>
);