From af1db3b02a4e5791aeb46c1f253989a3b10815ac Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 6 May 2025 13:36:41 -0300 Subject: data: factor out withHasAnnotationPart --- src/data/composite/things/content/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data/composite/things/content/index.js') diff --git a/src/data/composite/things/content/index.js b/src/data/composite/things/content/index.js index b03db684..4176337d 100644 --- a/src/data/composite/things/content/index.js +++ b/src/data/composite/things/content/index.js @@ -1,6 +1,7 @@ export {default as contentArtists} from './contentArtists.js'; export {default as hasAnnotationPart} from './hasAnnotationPart.js'; export {default as withAnnotationParts} from './withAnnotationParts.js'; +export {default as withHasAnnotationPart} from './withHasAnnotationPart.js'; export {default as withSourceText} from './withSourceText.js'; export {default as withSourceURLs} from './withSourceURLs.js'; export {default as withWebArchiveDate} from './withWebArchiveDate.js'; -- cgit 1.3.0-6-gf8a5