remove: unused icon

This commit is contained in:
Deepanshu Rawat
2025-06-27 00:23:34 +05:30
parent 6d98c2af24
commit ebb3bc89c3

View File

@ -9,7 +9,6 @@ import { useEffect, useState } from "react";
import { useToast } from "@/hooks/use-toast";
import { getStars } from "@/lib/fetchGhStars";
import Image from "next/image";
// import { BsTwitterX, BsGithub } from "react-icons/bs";
import { RiGithubLine, RiTwitterXLine } from "react-icons/ri";
interface HeroProps {