diff --git a/src/components/editMeasure/editor/MeasureEditor.tsx b/src/components/editMeasure/editor/MeasureEditor.tsx index af5a4c74..7132d97b 100644 --- a/src/components/editMeasure/editor/MeasureEditor.tsx +++ b/src/components/editMeasure/editor/MeasureEditor.tsx @@ -1,6 +1,7 @@ import React, { Dispatch, - SetStateAction, useCallback, + SetStateAction, + useCallback, useEffect, useRef, useState,