mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:29:50 +08:00
重构
This commit is contained in:
7
src/pages/init/index.tsx
Normal file
7
src/pages/init/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Outlet } from "react-router-dom";
|
||||
|
||||
const InitPage = () => {
|
||||
return <><Outlet /></>
|
||||
};
|
||||
|
||||
export default InitPage;
|
||||
Reference in New Issue
Block a user