From 112cf48c3877e35a6fd41fc613c33cc46eaf719d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 27 Nov 2025 17:25:50 -0400 Subject: data: ContentEntry: chop contentArtists --- src/data/composite/things/content/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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'; -- cgit 1.3.0-6-gf8a5