1 Commits
dev ... hostALT

Author SHA1 Message Date
2145e2722a added script to avoid error 2025-10-26 15:32:41 +01:00

View File

@@ -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(
<StrictMode>
<Provider>