« get me outta code hell

module-ify tag 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:27:15 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-04 16:27:15 -0300
commit9fb4baa667f76c51abc0c6469d95351f90266a6a (patch)
tree0a6e55cd98275e1a66af6abeaf082c4c10df7fc7 /src/page/index.js
parentc60b3722f23d88680c7ceee72c32ef87545752ea (diff)
module-ify tag pages
Diffstat (limited to 'src/page/index.js')
-rw-r--r--src/page/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/page/index.js b/src/page/index.js
index 101a168..f580cbe 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -47,6 +47,7 @@ export * as flash from './flash.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 static from './static.js';
+export * as tag from './tag.js';
 export * as track from './track.js';