import "./index.css"; import "./i18n"; import { StrictMode } from "react"; import { createRoot } from "react-dom/client"; import { App } from "./app"; createRoot(document.getElementById("root")!).render( , );