diff --git a/packages/text-annotator-react/test/App.tsx b/packages/text-annotator-react/test/App.tsx index 25b543e9..3e6db393 100644 --- a/packages/text-annotator-react/test/App.tsx +++ b/packages/text-annotator-react/test/App.tsx @@ -1,6 +1,6 @@ import React, { FC, useCallback, useEffect } from 'react'; import { AnnotationBody, Annotorious, useAnnotationStore, useAnnotator } from '@annotorious/react'; -import { TextAnnotationPopupContentProps, TextAnnotator, TextAnnotatorPopup } from '../src'; +import { TextAnnotationPopup, TextAnnotationPopupContentProps, TextAnnotator } from '../src'; import { W3CTextFormat, type TextAnnotation, type TextAnnotator as RecogitoTextAnnotator } from '@recogito/text-annotator'; const TestPopup: FC = (props) => { @@ -67,7 +67,8 @@ export const App: FC = () => { return ( - +

Tell me, O muse, of that ingenious hero who travelled far and wide after he had sacked the famous town of Troy. Many cities did he @@ -189,7 +190,7 @@ export const App: FC = () => {

-