Delete word done

This commit is contained in:
2021-10-23 23:02:43 -03:00
parent ad22b8f7b9
commit 8245279999
10 changed files with 269 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ import AddWordToFirebase from './Firebase Querys/AddWordToFirebase'
const AddWord = () => {
const [loading, setLoading] = useState(false)
const [loading, setLoading] = useState(true)
const [languageList, setLanguageList] = useState([])
const [categoryList, setCategoryList] = useState([])