mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
mobile users input style done
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import React from 'react'
|
||||
import alphabet from '../../General Scripts/alphabet'
|
||||
import checkDefeat from '../../General Scripts/checkDefeat'
|
||||
|
||||
const LetterInput = ({displayApp, setLettersRegistered, lettersRegistered, selectedWord, correctLetters, setCorrectLetters, setEndOfGame, setHangmanFrame, hangmanFrame, checkVictory}) => {
|
||||
const LetterInput = () => {
|
||||
|
||||
|
||||
const registerInput = (letter) => {
|
||||
|
||||
Reference in New Issue
Block a user