functions added

This commit is contained in:
2021-10-24 23:06:32 -03:00
parent f3cbf2594c
commit 26251faea3
9 changed files with 34371 additions and 14364 deletions

View File

@@ -5,6 +5,7 @@ import BringLanguages from './Firebase Querys/BringLanguages'
import capitalize from '../../Scripts/Capilazate'
import Messages from '../../Messages/Messages'
import AddWordToFirebase from './Firebase Querys/AddWordToFirebase'
import SendMeEmail from '../../Email/SendMeEmail'
const AddWord = () => {
@@ -109,6 +110,7 @@ const AddWord = () => {
setWordsToAdd('')
setLoading(false)
SendMeEmail('Add Word(s)')
})
//! CREDITS FOR THE PROMISE LOGIC: https://stackoverflow.com/a/38407013