« get me outta code hell

module-ify album commentary pages - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/index.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-06-04 16:21:58 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-04 16:21:58 -0300
commitc60b3722f23d88680c7ceee72c32ef87545752ea (patch)
treece3e8f4760598d8dcf7089be22e9aab703a25924 /src/page/index.js
parent70a1fffacce3bef06562589b06f424d341807528 (diff)
module-ify album commentary pages
Diffstat (limited to 'src/page/index.js')
-rw-r--r--src/page/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/page/index.js b/src/page/index.js
index 4ef5797..101a168 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -40,6 +40,7 @@
 // pertain only to site page generation.
 
 export * as album from './album.js';
+export * as albumCommentary from './album-commentary.js';
 export * as artist from './artist.js';
 export * as artistAlias from './artist-alias.js';
 export * as flash from './flash.js';