From 471de6e5ac73bd6c769a58392e3e49aff6d8f2cb Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 19 May 2024 21:39:53 -0300 Subject: data: withDirectory, withDirectoryFromName --- src/data/composite/wiki-data/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/data/composite/wiki-data/index.js') diff --git a/src/data/composite/wiki-data/index.js b/src/data/composite/wiki-data/index.js index b4cf6d13..15ebaffa 100644 --- a/src/data/composite/wiki-data/index.js +++ b/src/data/composite/wiki-data/index.js @@ -6,6 +6,8 @@ export {default as exitWithoutContribs} from './exitWithoutContribs.js'; export {default as inputWikiData} from './inputWikiData.js'; +export {default as withDirectory} from './withDirectory.js'; +export {default as withDirectoryFromName} from './withDirectoryFromName.js'; export {default as withParsedCommentaryEntries} from './withParsedCommentaryEntries.js'; export {default as withResolvedContribs} from './withResolvedContribs.js'; export {default as withResolvedReference} from './withResolvedReference.js'; -- cgit 1.3.0-6-gf8a5