diff --git a/src/frontend/src/components/inputListComponent/index.tsx b/src/frontend/src/components/inputListComponent/index.tsx index 1bda41333..13f5f7cca 100644 --- a/src/frontend/src/components/inputListComponent/index.tsx +++ b/src/frontend/src/components/inputListComponent/index.tsx @@ -1,10 +1,10 @@ import { useEffect } from "react"; import { InputListComponentType } from "../../types/components"; -import { Input } from "../ui/input"; -import { classNames } from "../../utils/utils"; import _ from "lodash"; +import { classNames } from "../../utils/utils"; import IconComponent from "../genericIconComponent"; +import { Input } from "../ui/input"; export default function InputListComponent({ value, @@ -19,13 +19,12 @@ export default function InputListComponent({ }, [disabled]); return ( -