From 249635f0cc28df63d43b4f4fcdb9f3062b784fe3 Mon Sep 17 00:00:00 2001 From: seunghyunOh Date: Sun, 4 Dec 2022 20:45:56 +0900 Subject: [PATCH] Remove useless type --- frontend/components/dashboard/DashboardInputField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/dashboard/DashboardInputField.tsx b/frontend/components/dashboard/DashboardInputField.tsx index 2867927842..cc70daa0ac 100644 --- a/frontend/components/dashboard/DashboardInputField.tsx +++ b/frontend/components/dashboard/DashboardInputField.tsx @@ -1,4 +1,4 @@ -import React, { SyntheticEvent, UIEvent, useRef, WheelEvent } from "react"; +import React, { SyntheticEvent, useRef } from "react"; import { faCircle } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";