Fixed build error (just bcus unused import-_-)

This commit is contained in:
Nomi Nonsense (Nonszy) 2024-03-17 22:03:27 +07:00
parent 23876844e9
commit 2effa6744e

View File

@ -1,5 +1,4 @@
import { ChangeEvent, useEffect, useState } from "react";
import EvoInput from "../forms/EvoInput";
import Input from "../forms/Input";
type EvoDropDownItem = {