Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 6fc4648

Browse files
t3chguysandhose
authored andcommitted
Fix react-i18n types
1 parent 17e968f commit 6fc4648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/@types/i18next.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import "i18next";
16-
import type frontend from "../../public/locales/en.json";
16+
import type frontend from "../../locales/en.json";
1717

1818
declare module "i18next" {
1919
interface CustomTypeOptions {

0 commit comments

Comments
 (0)