remove unused import

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-02 15:09:41 +02:00
parent b9f26ce320
commit 4d1b71bf30
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -1,6 +1,6 @@
"use client"; "use client";
import { CSSProperties, HTMLAttributes, useEffect, useState } from "react"; import { CSSProperties, useEffect, useState } from "react";
type Props = { type Props = {
count: number; count: number;