接入路由

This commit is contained in:
none
2023-03-21 11:08:30 +08:00
parent 780457557f
commit 95886f5b0a
11 changed files with 83 additions and 38 deletions

2
src/pages/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './login';
export * from './layout';

View File

View File

@@ -0,0 +1,3 @@
export const LayoutPage = () => {
return <></>
}

View File

View File

@@ -0,0 +1,3 @@
export const LoginPage = ()=>{
return <></>
}