Skip to content

Commit

Permalink
fix(front): remove unused useId import
Browse files Browse the repository at this point in the history
  • Loading branch information
p-sw committed Jul 19, 2024
1 parent ef17f6f commit 7251bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/components/Tooltip.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 7251bf2

Please sign in to comment.