Skip to content

Commit df64fbf

Browse files
chore(Stat): add import type modifier for TooltipProps
Co-authored-by: Paul Wackerow <[email protected]>
1 parent d786f65 commit df64fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Stat/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { IconType } from "react-icons/lib"
33
import { MdInfoOutline, MdWarning } from "react-icons/md"
44
import { Flex, HStack, Icon, Text } from "@chakra-ui/react"
55

6-
import Tooltip, { TooltipProps } from "../Tooltip"
6+
import Tooltip, { type TooltipProps } from "../Tooltip"
77

88
const nullValue = <>&mdash;</>
99

0 commit comments

Comments
 (0)