mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-27 01:19:55 +08:00
增加初始化page
This commit is contained in:
0
src/pages/index/index.module.scss
Normal file
0
src/pages/index/index.module.scss
Normal file
5
src/pages/index/index.tsx
Normal file
5
src/pages/index/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const IndexPage = () => {
|
||||
return <>我是首页</>;
|
||||
};
|
||||
|
||||
export default IndexPage;
|
||||
Reference in New Issue
Block a user