Skip to content

Commit 51a110f

Browse files
committed
fix: lint fix
1 parent d055f75 commit 51a110f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)