Skip to content

Commit fbd324a

Browse files
committed
fix: lint fix
1 parent 1269495 commit fbd324a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/molecules/Tooltip/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, {
33
type MouseEventHandler,
44
useState,
55
forwardRef,
6-
HTMLAttributes,
6+
type HTMLAttributes,
77
} from 'react'
88
import Icon from '../../atoms/Icon'
99
import IconButton from '../IconButton'

0 commit comments

Comments
 (0)