diff --git a/packages/bank-hooks/package.json b/packages/bank-hooks/package.json index ca6e2af..fba0097 100644 --- a/packages/bank-hooks/package.json +++ b/packages/bank-hooks/package.json @@ -28,6 +28,5 @@ "antd": "^5.4.2", "react": ">=16.9.0", "react-dom": ">=16.9.0" - }, - "gitHead": "b2627a6b62138d5dff798892c30f464370146f13" + } } diff --git a/packages/bizComponent/package.json b/packages/bizComponent/package.json index d9ac1be..fb40bf1 100644 --- a/packages/bizComponent/package.json +++ b/packages/bizComponent/package.json @@ -34,6 +34,5 @@ "@lishican/antbank-platform-hooks": "^0.0.2", "@lishican/antbank-platform-ui": "^0.0.2", "styled-components": "^5.3.9" - }, - "gitHead": "b2627a6b62138d5dff798892c30f464370146f13" + } } diff --git a/packages/bizComponent/src/index.tsx b/packages/bizComponent/src/index.tsx index 00fcb95..bebdb50 100644 --- a/packages/bizComponent/src/index.tsx +++ b/packages/bizComponent/src/index.tsx @@ -4,15 +4,11 @@ import { Button } from 'antd'; import React from 'react'; import './index.less'; - - - - const HelloWorld: React.FC = () => { useTask(); return (
- + {/*

red

*/}
);