diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-06 13:36:41 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-06 13:36:53 -0300 |
commit | af1db3b02a4e5791aeb46c1f253989a3b10815ac (patch) | |
tree | 71cb2f96e7edde3f3a4357669283b1872ae0f1ba /src/data/composite/things/content/index.js | |
parent | 95cc0b6e8c9374e351ae8e985b03887c7155b138 (diff) |
data: factor out withHasAnnotationPart
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 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'; |