Add import for use translation

This commit is contained in:
Kyle Carberry
2022-10-21 20:35:21 +00:00
parent a2fb444911
commit d15b4159ef
@@ -14,6 +14,7 @@ import { FullScreenLoader } from "components/Loader/FullScreenLoader"
import { Margins } from "components/Margins/Margins"
import { useFormik } from "formik"
import React, { useRef, useState } from "react"
import { useTranslation } from "react-i18next"
import { colors } from "theme/colors"
import { getFormHelpers, nameValidator, onChangeTrimmed } from "util/formUtils"
import * as Yup from "yup"