« get me outta code hell

module-ify artist and artist alias 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-03 11:47:08 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-03 11:48:11 -0300
commit6dc67afaf4f8d90152bf973b0264a46f68fb07b2 (patch)
tree0c0a5cb8434a93575a32f4f37579f5e600752970 /src/page/index.js
parent9f81855af35aaf1dc5ef3773e263b7a505c85396 (diff)
module-ify artist and artist alias pages
Diffstat (limited to 'src/page/index.js')
-rw-r--r--src/page/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/page/index.js b/src/page/index.js
index e656576..d74dad5 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -26,5 +26,7 @@
 // pertain only to site page generation.
 
 export * as album from './album.js';
+export * as artist from './artist.js';
+export * as artistAlias from './artist-alias.js';
 export * as group from './group.js';
 export * as track from './track.js';