« get me outta code hell

module-ify static 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:19:03 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-04 15:19:03 -0300
commit635eea4460bb635766bcf9d0a666b7d5ddb2dba3 (patch)
tree18a1ce8547a560ac83c79a8d8437f4b105a6d3f1 /src/page/index.js
parent6f2f61c1330dbd48a1fdbc564a0fec50a59f2d88 (diff)
module-ify static 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 384b419..4220494 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -43,5 +43,6 @@ 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 static from './static.js';
 export * as news from './news.js';
 export * as track from './track.js';