From 6fc46480308882b5fa04bdb4b734ebbd42546f9c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 22 Jan 2024 13:22:59 +0000 Subject: [PATCH] Fix react-i18n types --- frontend/src/@types/i18next.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/@types/i18next.d.ts b/frontend/src/@types/i18next.d.ts index 63a64b6b..9fa49dd7 100644 --- a/frontend/src/@types/i18next.d.ts +++ b/frontend/src/@types/i18next.d.ts @@ -13,7 +13,7 @@ // limitations under the License. import "i18next"; -import type frontend from "../../public/locales/en.json"; +import type frontend from "../../locales/en.json"; declare module "i18next" { interface CustomTypeOptions {