公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
luxiaotao1123
2024-02-06
e9293e07cd386b1cdca525f7c80683f146caa96d
[zy-asrs-master.git]
/
zy-asrs-flow
/
src
/
pages
/
system
/
host
/
index.jsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import React from 'react';
import {
PageContainer,
} from '@ant-design/pro-components';
const User = () => {
return (
<>
<PageContainer>
<h1>Hello world</h1>
</PageContainer>
</>
)
}
export default User;