diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-26 21:38:50 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-26 21:38:50 -0400 |
| commit | ef1ec90608dc4a8cffbff2488ae3491a9efa7349 (patch) | |
| tree | cfe75022946392343047451ee558e883e3b88dd5 /src/data/composite/things/artwork/index.js | |
| parent | 320ea651bdb2ed58d79e7f5fc11c6a65f88ad047 (diff) | |
data: Artwork: chop withDate
It wasn't even used to compute the date property...
Diffstat (limited to 'src/data/composite/things/artwork/index.js')
| -rw-r--r-- | src/data/composite/things/artwork/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/composite/things/artwork/index.js b/src/data/composite/things/artwork/index.js index e2661b50..2cd3c388 100644 --- a/src/data/composite/things/artwork/index.js +++ b/src/data/composite/things/artwork/index.js @@ -1,2 +1 @@ export {default as withContainingArtworkList} from './withContainingArtworkList.js'; -export {default as withDate} from './withDate.js'; |