fix(front): remove unused useId import
This commit is contained in:
parent
ef17f6f1ce
commit
7251bf2400
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user