mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Add import for use translation
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user