« get me outta code hell

module-ify homepage - 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:26:03 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-04 15:26:03 -0300
commita735545f1442d9aab870ce34c76d43487f7ed547 (patch)
treee4c62f3b92d26183863398c687b6075b458de007 /src/page/index.js
parent635eea4460bb635766bcf9d0a666b7d5ddb2dba3 (diff)
module-ify homepage
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 4220494..c5e1063 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -43,6 +43,7 @@ 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 homepage from './homepage.js';
 export * as static from './static.js';
 export * as news from './news.js';
 export * as track from './track.js';