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;