« get me outta code hell

data: stub reverseContributionList - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/wiki-data/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-17 13:58:47 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-17 15:35:33 -0400
commit301ed2a12f4716a85359b6cb50462e415539553f (patch)
tree22e7d1532464de4ebe69ffb35476c4dc7f0fa425 /src/data/composite/wiki-data/index.js
parent6e5f9a1e246640ddfa8472cf3dcb02baf9603c75 (diff)
data: stub reverseContributionList
Diffstat (limited to 'src/data/composite/wiki-data/index.js')
-rw-r--r--src/data/composite/wiki-data/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/wiki-data/index.js b/src/data/composite/wiki-data/index.js
index a2ff09d..d64930e 100644
--- a/src/data/composite/wiki-data/index.js
+++ b/src/data/composite/wiki-data/index.js
@@ -11,5 +11,6 @@ export {default as withParsedCommentaryEntries} from './withParsedCommentaryEntr
 export {default as withResolvedContribs} from './withResolvedContribs.js';
 export {default as withResolvedReference} from './withResolvedReference.js';
 export {default as withResolvedReferenceList} from './withResolvedReferenceList.js';
+export {default as withReverseContributionList} from './withReverseContributionList.js';
 export {default as withReverseReferenceList} from './withReverseReferenceList.js';
 export {default as withThingsSortedAlphabetically} from './withThingsSortedAlphabetically.js';