« get me outta code hell

module-ify flash 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 16:14:36 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-04 16:14:36 -0300
commit70a1fffacce3bef06562589b06f424d341807528 (patch)
tree83d228be27bc9d3344f4066bfe64bcb620edb89a /src/page/index.js
parent0ab01d4bdced28527007c2f26d13610f1730906c (diff)
module-ify flash 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 aa115c9..4ef5797 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -42,6 +42,7 @@
 export * as album from './album.js';
 export * as artist from './artist.js';
 export * as artistAlias from './artist-alias.js';
+export * as flash from './flash.js';
 export * as group from './group.js';
 export * as homepage from './homepage.js';
 export * as listing from './listing.js';