From 9fb4baa667f76c51abc0c6469d95351f90266a6a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 4 Jun 2021 16:27:15 -0300 Subject: module-ify tag pages --- src/page/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/page/index.js') 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'; -- cgit 1.3.0-6-gf8a5