fix(front): remove unused useId import

This commit is contained in:
p-sw 2024-07-20 02:12:07 +09:00
parent ef17f6f1ce
commit 7251bf2400

View File

@ -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";