Remove useless type

This commit is contained in:
seunghyunOh
2022-12-04 20:45:56 +09:00
parent fa41baa8b6
commit 249635f0cc

View File

@@ -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";