Remove unnused import

This commit is contained in:
igorrCarvalho 2024-05-22 21:21:48 -03:00
commit d11c8e9c32

View file

@ -1,4 +1,4 @@
import { ChangeEvent, KeyboardEvent, useState } from "react";
import { ChangeEvent, KeyboardEvent } from "react";
import { Input } from "../../../../../../components/ui/input";
import useFlowsManagerStore from "../../../../../../stores/flowsManagerStore";
import ForwardedIconComponent from "../../../../../../components/genericIconComponent";