diff --git a/frontend/src/js/external-forms/form-concept-group/FormConceptNode.tsx b/frontend/src/js/external-forms/form-concept-group/FormConceptNode.tsx index fb1d709bb7..c16363c7f7 100644 --- a/frontend/src/js/external-forms/form-concept-group/FormConceptNode.tsx +++ b/frontend/src/js/external-forms/form-concept-group/FormConceptNode.tsx @@ -1,4 +1,8 @@ import styled from "@emotion/styled"; +import { + faCompressArrowsAlt, + faExpandArrowsAlt, +} from "@fortawesome/free-solid-svg-icons"; import { useRef, FC } from "react"; import { useDrag } from "react-dnd"; import { useTranslation } from "react-i18next"; @@ -146,9 +150,7 @@ const FormConceptNode: FC = ({ {expand && expand.expandable && ( { e.stopPropagation();