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

@@ -1,4 +1,5 @@
import React, {useState} from 'react'
import SendMeEmail from '../../Email/SendMeEmail'
import Loading from '../../Loading/Loading'
import Messages from '../../Messages/Messages'
import capitalize from '../../Scripts/Capilazate'
@@ -137,6 +138,8 @@ const EditWord = () => {
setNewWord('')
setLoading(false)
SendMeEmail('Edit word')
}
React.useEffect(() => {