diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-06-15 14:03:18 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-06-15 14:03:18 -0300 |
commit | 0ab4d3f2f971cfbdfce2a985a4136fb24d92ebfd (patch) | |
tree | 6265273643ab227799ba8fc0facb5969079edb3c /src/write | |
parent | 48e25a5ef6007e7357a64b6e089b03512961469c (diff) |
upd8: expose niceShowAggregate as utility
Diffstat (limited to 'src/write')
-rw-r--r-- | src/write/bind-utilities.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/write/bind-utilities.js b/src/write/bind-utilities.js index d55ab215..afbf8b2f 100644 --- a/src/write/bind-utilities.js +++ b/src/write/bind-utilities.js @@ -24,6 +24,7 @@ export function bindUtilities({ language, languages, missingImagePaths, + niceShowAggregate, pagePath, pagePathStringFromRoot, thumbsCache, @@ -42,6 +43,7 @@ export function bindUtilities({ language, languages, missingImagePaths, + niceShowAggregate, pagePath, pagePathStringFromRoot, thumb, |