|
|
|
@ -4,15 +4,11 @@ import { Button } from 'antd'; |
|
|
|
import React from 'react'; |
|
|
|
import './index.less'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const HelloWorld: React.FC<any> = () => { |
|
|
|
useTask(); |
|
|
|
return ( |
|
|
|
<div> |
|
|
|
<Button type="primary">ok</Button> |
|
|
|
<Button type="primary">ok222</Button> |
|
|
|
{/* <h3 className='red'>red</h3> */} |
|
|
|
</div> |
|
|
|
); |
|
|
|
|