From 4d1b71bf30bcf24b0ef5e347026d2c5369cad8eb Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Fri, 2 Aug 2024 15:09:41 +0200 Subject: [PATCH] remove unused import --- src/components/stars.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/stars.tsx b/src/components/stars.tsx index 3064ff1..6fc978c 100644 --- a/src/components/stars.tsx +++ b/src/components/stars.tsx @@ -1,6 +1,6 @@ "use client"; -import { CSSProperties, HTMLAttributes, useEffect, useState } from "react"; +import { CSSProperties, useEffect, useState } from "react"; type Props = { count: number;