Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamABradley committed Mar 5, 2024
1 parent d79d6ef commit 4736ca4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/tooltip/src/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
import { useState, useContext, useCallback, MutableRefObject, MouseEvent, useMemo } from 'react'
import {
useState,
useContext,
useCallback,
MutableRefObject,
MouseEvent,
TouchEvent,
useMemo,
} from 'react'
import {
TooltipActionsContext,
TooltipActionsContextData,
Expand Down

0 comments on commit 4736ca4

Please sign in to comment.