mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-23 20:30:18 +08:00
增加初始化page
This commit is contained in:
11
src/pages/init/index.tsx
Normal file
11
src/pages/init/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Outlet } from "react-router-dom";
|
||||
|
||||
interface Props {}
|
||||
|
||||
export const InitPage = (props: Props) => {
|
||||
return (
|
||||
<>
|
||||
<Outlet />
|
||||
</>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user