Skip to content

Commit 811184d

Browse files
authored
Update Tooltip.tsx
1 parent ccd06be commit 811184d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Tooltip/Tooltip.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React, { useEffect, useState, useRef, useCallback, useImperativeHandle } from 'react'
22
import { autoUpdate } from '@floating-ui/dom'
33
import clsx from 'clsx'
4-
54
import debounce from 'utils/debounce'
65
import { useTooltip } from 'components/TooltipProvider'
76
import useIsomorphicLayoutEffect from 'utils/use-isomorphic-layout-effect'

0 commit comments

Comments
 (0)