« get me outta code hell

module-ify group 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-01 20:24:47 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-01 20:24:47 -0300
commiteefa49a6ef31bf54bac62f18ff85d908d866adbd (patch)
treee4b5132c78f460f441f65a1eb962a9d7200a9c46 /src/page/index.js
parentca6613c8585b6a7a46a390960b31a377c57f4028 (diff)
module-ify group 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 a37f8a9..e656576 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -26,4 +26,5 @@
 // pertain only to site page generation.
 
 export * as album from './album.js';
+export * as group from './group.js';
 export * as track from './track.js';