flat:初始化
This commit is contained in:
20
src/pages/User/Settings/index.tsx
Normal file
20
src/pages/User/Settings/index.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
import { PageContainer } from '@ant-design/pro-components';
|
||||
import { Card } from 'antd';
|
||||
import React from 'react';
|
||||
|
||||
/**
|
||||
*
|
||||
* @author whiteshader@163.com
|
||||
*
|
||||
* */
|
||||
|
||||
|
||||
const Settings: React.FC = () => {
|
||||
return (
|
||||
<PageContainer>
|
||||
<Card title="Developing" />
|
||||
</PageContainer>
|
||||
);
|
||||
};
|
||||
|
||||
export default Settings;
|
||||
Reference in New Issue
Block a user