Skip to content

Commit bfdc48a

Browse files
committed
remove useless import
1 parent 93f6d7d commit bfdc48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { MouseEventHandler, ReactNode, useState } from "react"
1+
import React, { ReactNode, useState } from "react"
22
import styled from "@emotion/styled"
33
import * as utils from "../utils/isMobile"
44

0 commit comments

Comments
 (0)