diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-16 13:51:25 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 13:40:00 -0400 |
commit | d28e04697429b607c38042ac09418adfceb06baf (patch) | |
tree | 4e6d422c065ab0925d9547865061b380db247276 /src/data/composite/wiki-data/index.js | |
parent | 65ff74446f22976613caf352d42253c8c17e172d (diff) |
data: withResolvedArtworkReferenceList -> ...Annotated
Diffstat (limited to 'src/data/composite/wiki-data/index.js')
-rw-r--r-- | src/data/composite/wiki-data/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/wiki-data/index.js b/src/data/composite/wiki-data/index.js index e1589093..581dafc8 100644 --- a/src/data/composite/wiki-data/index.js +++ b/src/data/composite/wiki-data/index.js @@ -14,7 +14,7 @@ export {default as withDirectory} from './withDirectory.js'; export {default as withParsedCommentaryEntries} from './withParsedCommentaryEntries.js'; export {default as withRecontextualizedContributionList} from './withRecontextualizedContributionList.js'; export {default as withRedatedContributionList} from './withRedatedContributionList.js'; -export {default as withResolvedArtworkReferenceList} from './withResolvedArtworkReferenceList.js'; +export {default as withResolvedAnnotatedReferenceList} from './withResolvedAnnotatedReferenceList.js'; export {default as withResolvedContribs} from './withResolvedContribs.js'; export {default as withResolvedReference} from './withResolvedReference.js'; export {default as withResolvedReferenceList} from './withResolvedReferenceList.js'; |