Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtouha committed Feb 20, 2024
1 parent e0086f6 commit 7554f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(landing)/_components/hover-card.tsx
Original file line number Diff line number Diff line change
@@ -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';



Expand Down

0 comments on commit 7554f38

Please sign in to comment.