Remove unnused import
This commit is contained in:
parent
18067e9076
commit
d11c8e9c32
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue