File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/text-annotator-react/test Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import React , { FC , useCallback , useEffect } from 'react' ;
22import { AnnotationBody , Annotorious , useAnnotationStore , useAnnotator } from '@annotorious/react' ;
3- import { TextAnnotationPopupContentProps , TextAnnotator , TextAnnotatorPopup } from '../src' ;
3+ import { TextAnnotationPopup , TextAnnotationPopupContentProps , TextAnnotator } from '../src' ;
44import { W3CTextFormat , type TextAnnotation , type TextAnnotator as RecogitoTextAnnotator } from '@recogito/text-annotator' ;
55
66const TestPopup : FC < TextAnnotationPopupContentProps > = ( props ) => {
@@ -67,7 +67,8 @@ export const App: FC = () => {
6767
6868 return (
6969 < Annotorious >
70- < TextAnnotator adapter = { w3cAdapter } >
70+ < TextAnnotator
71+ adapter = { w3cAdapter } >
7172 < p >
7273 Tell me, O muse, of that ingenious hero who travelled far and wide
7374 after he had sacked the famous town of Troy. Many cities did he
@@ -189,7 +190,7 @@ export const App: FC = () => {
189190 </ p >
190191 </ TextAnnotator >
191192
192- < TextAnnotatorPopup
193+ < TextAnnotationPopup
193194 arrow
194195 arrowProps = { {
195196 fill : '#000000'
You can’t perform that action at this time.
0 commit comments