diff --git a/front/components/actions/ArrowAction.tsx b/front/components/actions/ArrowAction.tsx index 54a5527..548d9b9 100644 --- a/front/components/actions/ArrowAction.tsx +++ b/front/components/actions/ArrowAction.tsx @@ -1,7 +1,7 @@ import "../../style/actions/arrow_action.css" import Draggable from "react-draggable" -import {useRef} from "react" +import { useRef } from "react" export interface ArrowActionProps { onHeadDropped: (headBounds: DOMRect) => void @@ -18,7 +18,7 @@ export default function ArrowAction({ return (