diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-23 14:40:15 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-23 14:40:24 -0300 |
commit | 0df2ba538cfced993ec6794a589512302a62373d (patch) | |
tree | 342d6cce5acd37555940a483b3c1aefb3222394a /src/data/composite/things/artwork/index.js | |
parent | ca8121c2225fe7dfa97c604ca08ae241e5fe84d7 (diff) |
data: Artwork: withAttachedArtwork & friends
Diffstat (limited to 'src/data/composite/things/artwork/index.js')
-rw-r--r-- | src/data/composite/things/artwork/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/composite/things/artwork/index.js b/src/data/composite/things/artwork/index.js index 5a592777..f26f7c69 100644 --- a/src/data/composite/things/artwork/index.js +++ b/src/data/composite/things/artwork/index.js @@ -1,4 +1,4 @@ export {default as withContainingArtworkList} from './withContainingArtworkList.js'; -export {default as withContribsFromMainArtwork} from './withContribsFromMainArtwork.js'; +export {default as withContribsFromAttachedArtwork} from './withContribsFromAttachedArtwork.js'; export {default as withDate} from './withDate.js'; -export {default as withPropertyFromMainArtwork} from './withPropertyFromMainArtwork.js'; +export {default as withPropertyFromAttachedArtwork} from './withPropertyFromAttachedArtwork.js'; |