From 7554f381294dc11262ac1c20aff7178b672b7458 Mon Sep 17 00:00:00 2001 From: Touha Zohair Date: Wed, 21 Feb 2024 00:36:02 +0600 Subject: [PATCH] remove unused imports --- src/app/(landing)/_components/hover-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(landing)/_components/hover-card.tsx b/src/app/(landing)/_components/hover-card.tsx index 414219c..d4daa2c 100644 --- a/src/app/(landing)/_components/hover-card.tsx +++ b/src/app/(landing)/_components/hover-card.tsx @@ -1,6 +1,6 @@ 'use client'; import { Card, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; -import React, { type SVGProps, useRef, useState, FC, type ForwardRefExoticComponent, type RefAttributes } from 'react'; +import React, { useRef, useState } from 'react';