mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 09:29:59 +08:00
路由
This commit is contained in:
10
src/routes/index.ts
Normal file
10
src/routes/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createBrowserRouter } from "react-router-dom";
|
||||
import { ErrorPage } from "../pages/error";
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
path: "/",
|
||||
element: null
|
||||
},
|
||||
]);
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user