Skip to content

Commit

Permalink
fix: remove less
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jul 9, 2021
1 parent de124c8 commit fa65e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-antd-resizable-header",
"version": "1.0.9",
"version": "1.1.0",
"description": "antd resizable header column hook",
"author": "hemengke1997 <23536175@qq.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/ResizableHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Resizable, ResizeCallbackData } from 'react-resizable';
import useFunction from './utils/useFunction';
import classnames from 'classnames';

import './index.less';
import './index.css';

type ComponentProp = {
onResize: (width: number) => void;
Expand Down

0 comments on commit fa65e33

Please sign in to comment.