Skip to content

Commit a378f1a

Browse files
committed
fix: lint fic
1 parent 34a03a0 commit a378f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Trigger from '@rc-component/trigger';
33
import type { ActionType, AlignType, AnimationType } from '@rc-component/trigger/lib/interface';
44
import classNames from 'classnames';
55
import * as React from 'react';
6-
import { forwardRef, useImperativeHandle, useRef, cloneElement } from 'react';
6+
import { forwardRef, useImperativeHandle, useRef } from 'react';
77
import { placements } from './placements';
88
import Popup from './Popup';
99
import useId from 'rc-util/lib/hooks/useId';

0 commit comments

Comments
 (0)