diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-27 17:25:50 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-27 17:25:50 -0400 |
| commit | 112cf48c3877e35a6fd41fc613c33cc46eaf719d (patch) | |
| tree | 997862f3cd495495499becd9dd5d9627af2cc5e1 /src/data/composite/things/content/index.js | |
| parent | c63cf25423141491d74cd27be822adf2c66240c3 (diff) | |
data: ContentEntry: chop contentArtists
Diffstat (limited to 'src/data/composite/things/content/index.js')
| -rw-r--r-- | src/data/composite/things/content/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/things/content/index.js b/src/data/composite/things/content/index.js index 37d6fdc5..27bf7c53 100644 --- a/src/data/composite/things/content/index.js +++ b/src/data/composite/things/content/index.js @@ -1,4 +1,4 @@ -export {default as contentArtists} from './contentArtists.js'; export {default as hasAnnotationPart} from './hasAnnotationPart.js'; export {default as withAnnotationPartNodeLists} from './withAnnotationPartNodeLists.js'; +export {default as withExpressedOrImplicitArtistReferences} from './withExpressedOrImplicitArtistReferences.js'; export {default as withWebArchiveDate} from './withWebArchiveDate.js'; |