diff --git a/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx b/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx index 80fee09cf..80ece29c1 100644 --- a/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx +++ b/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx @@ -1,4 +1,4 @@ -import React, { useState, useCallback, useRef, useEffect } from "react" +import React, { useState, useCallback, useEffect } from "react" import { useRecoilValue, useSetRecoilState } from "recoil" import entryDataAtom from "../../../recoil/entryData" import SectionsRepresentation from "./SectionsRepresentation";