Lint, export Language

This commit is contained in:
Presley
2022-04-26 02:20:33 +00:00
parent c2f6cce938
commit f46799e737
4 changed files with 14 additions and 15 deletions

View File

@ -6,7 +6,7 @@ import { CreateUserRequest } from "../../../api/typesGenerated"
import { CreateUserForm } from "../../../components/CreateUserForm/CreateUserForm"
import { XServiceContext } from "../../../xServices/StateContext"
const Language = {
export const Language = {
unknownError: "Oops, an unknown error occurred.",
}