Update index.ts

This commit is contained in:
angioletto
2025-11-14 07:18:14 +01:00
committed by GitHub
parent 0bcfe0bba6
commit 5288fbd7af

View File

@@ -1,9 +1,9 @@
import * as de from "./de/index";
import * as en from "./en/index";
import * as ja from "./ja/index";
import * as pl from "./pl/index";
import * as sk from "./sk/index";
import * as zh from "./zh/index";
import * as pl from "./pl/index";
import * as it from "./it/index";
const items: any = { en, de, ja, sk, zh, pl, it };