From ac5e149c7220a473068536cd15e52fa0fbfaf2fe Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 1 May 2025 14:49:30 -0300 Subject: data: ContentEntry.annotationParts Also fixes an error in splitting text around commas. --- 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 1ee188c5..71133ce0 100644 --- a/src/data/composite/things/content/index.js +++ b/src/data/composite/things/content/index.js @@ -1,2 +1,3 @@ +export {default as withAnnotationParts} from './withAnnotationParts.js'; export {default as withSourceText} from './withSourceText.js'; export {default as withWebArchiveDate} from './withWebArchiveDate.js'; -- cgit 1.3.0-6-gf8a5