feat: update

This commit is contained in:
landaiqing
2024-07-05 17:59:09 +08:00
parent a96cf6b2d8
commit e6c4957fef
5 changed files with 94 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ import "./assets/styles/index.less";
import "virtual:svg-icons-register";
import { Provider as MobxProvider } from "mobx-react";
import { RootStore } from "@/store";
import routeConfig from "@/router/routes.ts";
import routeConfig from "@/router/routes.tsx";
import { createBrowserRouter, RouterProvider } from "react-router-dom";
const router = createBrowserRouter(routeConfig);
ReactDOM.createRoot(document.getElementById("root")!).render(