Skip to content

Commit 8d113dc

Browse files
committed
Minor fix
1 parent 28908cf commit 8d113dc

File tree

1 file changed

+3
-3
lines changed
  • packages/text-annotator-react/test

1 file changed

+3
-3
lines changed

packages/text-annotator-react/test/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React, { FC, useCallback, useEffect } from 'react';
2-
import { AnnotationBody, Annotorious, useAnnotationStore, useAnnotator, useSelection } from '@annotorious/react';
3-
import { TextAnnotator, TextAnnotatorPopup } from '../src';
2+
import { AnnotationBody, Annotorious, useAnnotationStore, useAnnotator } from '@annotorious/react';
3+
import { TextAnnotationPopupContentProps, TextAnnotator, TextAnnotatorPopup } from '../src';
44
import { W3CTextFormat, type TextAnnotation, type TextAnnotator as RecogitoTextAnnotator } from '@recogito/text-annotator';
55

6-
const TestPopup = (props) => {
6+
const TestPopup: FC<TextAnnotationPopupContentProps> = (props) => {
77

88
const { annotation } = props;
99

0 commit comments

Comments
 (0)