Skip to content

Commit a64a41c

Browse files
formated
1 parent 251a007 commit a64a41c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/components/Stat/index.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
import { useEffect, useState } from "react"
2-
import { MdInfoOutline, MdWarning } from "react-icons/md"
32
import type { IconType } from "react-icons/lib"
4-
import { NULL_VALUE } from "@/lib/constants"
3+
import { MdInfoOutline, MdWarning } from "react-icons/md"
4+
55
import { Flex } from "@/components/ui/flex"
6+
7+
import { NULL_VALUE } from "@/lib/constants"
8+
69
import Tooltip, { type TooltipProps } from "../Tooltip"
710

811
const initialContent = {
@@ -53,4 +56,4 @@ const Stat = ({ tooltipProps, value, label, isError }: StatProps) => {
5356
)
5457
}
5558

56-
export default Stat
59+
export default Stat

0 commit comments

Comments
 (0)