diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-04 13:16:50 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:25 -0400 |
commit | aea4995ff0aea1baf9fd4aaaf4cf096a53e94f99 (patch) | |
tree | 9d0dada7d8034c7da7eef746dce2ec9de491b572 /src/page/index.js | |
parent | b27d61ca43cc1e8e8dcb0a94fbfcf77d1e32c548 (diff) |
support art tag info pages; ensure "art tag" terminology everywhere
Diffstat (limited to 'src/page/index.js')
-rw-r--r-- | src/page/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/index.js b/src/page/index.js index 21d93c8f..ae480136 100644 --- a/src/page/index.js +++ b/src/page/index.js @@ -1,6 +1,7 @@ export * as album from './album.js'; export * as artist from './artist.js'; export * as artistAlias from './artist-alias.js'; +export * as artTag from './art-tag.js'; export * as flash from './flash.js'; export * as flashAct from './flash-act.js'; export * as group from './group.js'; @@ -8,5 +9,4 @@ export * as homepage from './homepage.js'; export * as listing from './listing.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'; |