« get me outta code hell

data: ContentEntry.annotationParts - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/things/content/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-01 14:49:30 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-06 12:29:05 -0300
commitac5e149c7220a473068536cd15e52fa0fbfaf2fe (patch)
tree77c08249455b5a69c02526e118e97aeb1321b01e /src/data/composite/things/content/index.js
parent57dd7dbdafba63b6edbd330b98072f09957a5492 (diff)
data: ContentEntry.annotationParts
Also fixes an error in splitting text around commas.
Diffstat (limited to 'src/data/composite/things/content/index.js')
-rw-r--r--src/data/composite/things/content/index.js1
1 files changed, 1 insertions, 0 deletions
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';