« get me outta code hell

content: stub artist page - 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-02 10:10:31 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-02 10:14:13 -0300
commit8c0e7e47cc0a44b8c37bda8b85029420a99d0098 (patch)
tree470ab36abb23138dba5ea1c33234825cfeba4cd4 /src/page/index.js
parentc07c8f14e4bf7e50528750434b72fa579aa22311 (diff)
content: stub artist page
Only nav implemented so far.
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 dc059fd..77ebfb6 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -9,7 +9,7 @@
 
 export * as album from './album.js';
 // export * as albumCommentary from './album-commentary.js';
-// export * as artist from './artist.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';