Merge pull request #1453 from jsit/fix/fix-i18n-user-service-import

fix: Fix i18n UserService import issue
This commit is contained in:
SleeplessOne1917 2023-06-21 23:29:26 +00:00 committed by GitHub
commit 2c2b5ef8f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
import { isBrowser } from "@utils/browser";
import i18next, { i18nTyped, Resource } from "i18next";
import { UserService } from "./services";
import { UserService } from "./services/UserService";
import { ar } from "./translations/ar";
import { bg } from "./translations/bg";
import { ca } from "./translations/ca";