diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-01 15:32:10 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-06 12:29:06 -0300 |
commit | 301f1466b9d0e2e04d5bed6b948cae6683d61224 (patch) | |
tree | 3c597a4abbf02b2f0d75a5be7fe9680c93684c49 /src/data/composite/things/content/index.js | |
parent | fb73207a7a94b994b9cbf471dfa5a46df911c1fe (diff) |
data: ContentEntry.sourceURLs
Diffstat (limited to 'src/data/composite/things/content/index.js')
-rw-r--r-- | src/data/composite/things/content/index.js | 1 |
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 474c2af2..eeedcdcd 100644 --- a/src/data/composite/things/content/index.js +++ b/src/data/composite/things/content/index.js @@ -1,4 +1,5 @@ export {default as hasAnnotationPart} from './hasAnnotationPart.js'; export {default as withAnnotationParts} from './withAnnotationParts.js'; export {default as withSourceText} from './withSourceText.js'; +export {default as withSourceURLs} from './withSourceURLs.js'; export {default as withWebArchiveDate} from './withWebArchiveDate.js'; |