mirror of https://github.com/usual2970/certimate
chore: import i18n
parent
0abb030889
commit
b3f1e1e444
|
@ -4,6 +4,7 @@ import "./global.css";
|
|||
import { RouterProvider } from "react-router-dom";
|
||||
import { router } from "./router.tsx";
|
||||
import { ThemeProvider } from "./components/ThemeProvider.tsx";
|
||||
import "@/i18n";
|
||||
|
||||
ReactDOM.createRoot(document.getElementById("root")!).render(
|
||||
<React.StrictMode>
|
||||
|
|
Loading…
Reference in New Issue