« get me outta code hell

content: artist alias redirects - 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 <qznebula@protonmail.com>2023-06-22 13:55:49 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-22 13:55:49 -0300
commit895105507740f4015caa14d7b975b028088114f6 (patch)
tree141780d38180c1e8774df401fd8afd0fcb06fff2 /src/page/index.js
parent0bf7106154816c5187fbedb45da08afd915afb65 (diff)
content: artist alias redirects
Diffstat (limited to 'src/page/index.js')
-rw-r--r--src/page/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/index.js b/src/page/index.js
index 01c3d2d..311fcd6 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -9,7 +9,7 @@
 
 export * as album from './album.js';
 export * as artist from './artist.js';
-// export * as artistAlias from './artist-alias.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';