diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-16 08:59:06 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-16 09:03:14 -0400 |
commit | 363f6d1294fedfe8c4b43c1eb9e23985811135ca (patch) | |
tree | 7ce18a8139ddcf062817dc5b33cdfd09803814be /src/page | |
parent | df6c73e6f85742d7250a98e7d82f11a45701fdcc (diff) |
various pure-cruft eslint cleanups
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/artist.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/page/artist.js b/src/page/artist.js index c1543fab..f80bd906 100644 --- a/src/page/artist.js +++ b/src/page/artist.js @@ -1,7 +1,5 @@ import {empty} from '#sugar'; -import CacheableObject from '#cacheable-object'; - export const description = `per-artist info & artwork gallery pages`; // NB: See artist-alias.js for artist alias redirect pages. |