« get me outta code hell

module-ify listing 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 15:56:59 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-04 15:56:59 -0300
commit0ab01d4bdced28527007c2f26d13610f1730906c (patch)
tree6cf8dabc54a9561c5e2084e4e2897b91c2835c2c /src/page/index.js
parent1343a0e1e70994909dbcdd943ed7a53f61ea3b2b (diff)
module-ify listing 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 c5e1063..aa115c9 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -44,6 +44,7 @@ export * as artist from './artist.js';
 export * as artistAlias from './artist-alias.js';
 export * as group from './group.js';
 export * as homepage from './homepage.js';
+export * as listing from './listing.js';
 export * as static from './static.js';
 export * as news from './news.js';
 export * as track from './track.js';