Challenge mode progress

This commit is contained in:
Gene Mecija 2020-01-19 10:26:55 -08:00
parent 71625371e2
commit 71ebcf02c9
9 changed files with 99 additions and 111 deletions

View file

@ -4,7 +4,7 @@ const KeyTypeContext = React.createContext()
function KeyTypeContextProvider(props) {
const [keyType, setKeyType] = useState('straight')
const [keyType, setKeyType] = useState('')
return (
<KeyTypeContext.Provider value={{