mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2026-04-21 06:03:56 +00:00
Challenge mode progress
This commit is contained in:
parent
71625371e2
commit
71ebcf02c9
9 changed files with 99 additions and 111 deletions
|
|
@ -4,7 +4,7 @@ const KeyTypeContext = React.createContext()
|
|||
|
||||
function KeyTypeContextProvider(props) {
|
||||
|
||||
const [keyType, setKeyType] = useState('straight')
|
||||
const [keyType, setKeyType] = useState('')
|
||||
|
||||
return (
|
||||
<KeyTypeContext.Provider value={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue