diff --git a/packages/react/components/Tooltip.tsx b/packages/react/components/Tooltip.tsx index 84277b3..cc8cd90 100644 --- a/packages/react/components/Tooltip.tsx +++ b/packages/react/components/Tooltip.tsx @@ -1,5 +1,5 @@ import { type AsChild, Slot, type VariantProps, vcn } from "@pswui-lib"; -import React, { useState, useId } from "react"; +import React, { useState } from "react"; interface TooltipContextBody { position: "top" | "bottom" | "left" | "right";