Skip to content

Commit 4dc2cdc

Browse files
committed
remove unused code
1 parent 69db52f commit 4dc2cdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Tooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { ReactNode, useState } from "react"
22
import { Box, useColorModeValue, useToken } from "@chakra-ui/react"
33
import { motion, AnimatePresence } from "framer-motion"
44
import * as utils from "../utils/isMobile"
5-
import { border } from "styled-system"
65

76
export interface IProps {
87
content: ReactNode

0 commit comments

Comments
 (0)