Compare commits
1 Commits
2f37ae8067
...
hostALT
| Author | SHA1 | Date | |
|---|---|---|---|
| 2145e2722a |
@@ -5,6 +5,10 @@ import "./index.css";
|
|||||||
import App from "./App.tsx";
|
import App from "./App.tsx";
|
||||||
import i18n from "./utils/i18n"; // import i18n configuration DO NOT REMOVE
|
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(
|
createRoot(document.getElementById("root")!).render(
|
||||||
<StrictMode>
|
<StrictMode>
|
||||||
<Provider>
|
<Provider>
|
||||||
|
|||||||
Reference in New Issue
Block a user