lishican 2 years ago
parent
commit
c70bd748bf
3 changed files with 3 additions and 9 deletions
  1. 3
      packages/bank-hooks/package.json
  2. 3
      packages/bizComponent/package.json
  3. 6
      packages/bizComponent/src/index.tsx

3
packages/bank-hooks/package.json

@ -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"
}
} }

3
packages/bizComponent/package.json

@ -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"
}
} }

6
packages/bizComponent/src/index.tsx

@ -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>
); );

Loading…
Cancel
Save