Skip to content

Commit d15b415

Browse files
committed
Add import for use translation
1 parent a2fb444 commit d15b415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/GroupsPage/SettingsGroupPageView.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { FullScreenLoader } from "components/Loader/FullScreenLoader"
1414
import { Margins } from "components/Margins/Margins"
1515
import { useFormik } from "formik"
1616
import React, { useRef, useState } from "react"
17+
import { useTranslation } from "react-i18next"
1718
import { colors } from "theme/colors"
1819
import { getFormHelpers, nameValidator, onChangeTrimmed } from "util/formUtils"
1920
import * as Yup from "yup"

0 commit comments

Comments
 (0)