11
This commit is contained in:
@@ -28,6 +28,5 @@
|
|||||||
"antd": "^5.4.2",
|
"antd": "^5.4.2",
|
||||||
"react": ">=16.9.0",
|
"react": ">=16.9.0",
|
||||||
"react-dom": ">=16.9.0"
|
"react-dom": ">=16.9.0"
|
||||||
},
|
}
|
||||||
"gitHead": "b2627a6b62138d5dff798892c30f464370146f13"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,5 @@
|
|||||||
"@lishican/antbank-platform-hooks": "^0.0.2",
|
"@lishican/antbank-platform-hooks": "^0.0.2",
|
||||||
"@lishican/antbank-platform-ui": "^0.0.2",
|
"@lishican/antbank-platform-ui": "^0.0.2",
|
||||||
"styled-components": "^5.3.9"
|
"styled-components": "^5.3.9"
|
||||||
},
|
}
|
||||||
"gitHead": "b2627a6b62138d5dff798892c30f464370146f13"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,15 +4,11 @@ import { Button } from 'antd';
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import './index.less';
|
import './index.less';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const HelloWorld: React.FC<any> = () => {
|
const HelloWorld: React.FC<any> = () => {
|
||||||
useTask();
|
useTask();
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Button type="primary">ok</Button>
|
<Button type="primary">ok222</Button>
|
||||||
{/* <h3 className='red'>red</h3> */}
|
{/* <h3 className='red'>red</h3> */}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user