Update useConnect.ts

This commit is contained in:
xmflsct 2022-11-23 22:09:41 +01:00
parent 6c17123fe3
commit bd750da9d5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import { AppState } from 'react-native'
import { useSelector } from 'react-redux'
const pushUseConnect = () => {
const { t } = useTranslation('screen')
const { t } = useTranslation('screens')
const { theme } = useTheme()
const dispatch = useAppDispatch()