diff options
Diffstat (limited to 'src/data/composite/things/content/index.js')
| -rw-r--r-- | src/data/composite/things/content/index.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/data/composite/things/content/index.js b/src/data/composite/things/content/index.js index 4176337d..27bf7c53 100644 --- a/src/data/composite/things/content/index.js +++ b/src/data/composite/things/content/index.js @@ -1,7 +1,4 @@ -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 withAnnotationPartNodeLists} from './withAnnotationPartNodeLists.js'; +export {default as withExpressedOrImplicitArtistReferences} from './withExpressedOrImplicitArtistReferences.js'; export {default as withWebArchiveDate} from './withWebArchiveDate.js'; |