diff --git a/packages/text-annotator-react/src/index.ts b/packages/text-annotator-react/src/index.ts index 645d635f..f67af5d3 100644 --- a/packages/text-annotator-react/src/index.ts +++ b/packages/text-annotator-react/src/index.ts @@ -1,6 +1,6 @@ export * from './tei'; export * from './TextAnnotator'; -export * from './TextAnnotatorPopup'; +export * from './TextAnnotationPopup'; export * from './TextAnnotatorPlugin'; // Essential re-exports from @annotorious/core