Skip to content

Commit a48923d

Browse files
fix type import
1 parent 8b49818 commit a48923d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TooltipController/TooltipController.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useEffect, useState } from 'react'
22
import { Tooltip } from 'components/Tooltip'
3-
import {
3+
import type {
44
EventsType,
55
PositionStrategy,
66
PlacesType,

0 commit comments

Comments
 (0)