Skip to content

Commit e5ed212

Browse files
Update src/Rate.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b2e42f1 commit e5ed212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import classNames from 'classnames';
12
import useControlledState from '@rc-component/util/lib/hooks/useControlledState';
23
import KeyCode from '@rc-component/util/lib/KeyCode';
3-
import pickAttrs from '@rc-component/util/lib/pickAttrs';
44
import classNames from 'classnames';
55
import React from 'react';
66
import type { StarProps } from './Star';

0 commit comments

Comments
 (0)