From 0ab01d4bdced28527007c2f26d13610f1730906c Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 4 Jun 2021 15:56:59 -0300 Subject: module-ify listing pages --- src/page/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/page/index.js') 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'; -- cgit 1.3.0-6-gf8a5