From 2145e2722ae8ac0ff6afdd639493c13371499992 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sun, 26 Oct 2025 15:32:41 +0100 Subject: [PATCH] added script to avoid error --- FrontendV2/src/main.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FrontendV2/src/main.tsx b/FrontendV2/src/main.tsx index a2ca89e..c63cbc9 100644 --- a/FrontendV2/src/main.tsx +++ b/FrontendV2/src/main.tsx @@ -5,6 +5,10 @@ import "./index.css"; import App from "./App.tsx"; import i18n from "./utils/i18n"; // import i18n configuration DO NOT REMOVE +// code below is to avoid linter error for unused import +let i18nUnused = i18n; +console.log(i18nUnused); + createRoot(document.getElementById("root")!).render(