Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2145e2722a |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user