diff --git a/web/components/tooltip.tsx b/web/components/tooltip.tsx index ef8f5bb8..4dd1f6e2 100644 --- a/web/components/tooltip.tsx +++ b/web/components/tooltip.tsx @@ -11,7 +11,6 @@ import { useRole, } from '@floating-ui/react-dom-interactions' import { Transition } from '@headlessui/react' -import clsx from 'clsx' import { ReactNode, useRef, useState } from 'react' // See https://floating-ui.com/docs/react-dom @@ -58,14 +57,10 @@ export function Tooltip(props: { }[placement.split('-')[0]] as string return text ? ( -