This commit is contained in:
none
2023-03-23 16:35:20 +08:00
parent e7421f67cc
commit 9f90bd75d3
22 changed files with 190 additions and 157 deletions

7
src/pages/init/index.tsx Normal file
View File

@@ -0,0 +1,7 @@
import { Outlet } from "react-router-dom";
const InitPage = () => {
return <><Outlet /></>
};
export default InitPage;