« get me outta code hell

data: Artwork.{attachedArtwork,attachingArtworks} - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-04-23 16:17:38 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-23 16:17:38 -0300
commita93dc8c179ce5e0bf7e5b03a4e7946c38c6a213a (patch)
treed0a4af29e3f4bd6582e22380ca5668087b8467dd /src/data/composite
parent172499cc1f64c1e16b33d69fdbb8c0679a4e2369 (diff)
data: Artwork.{attachedArtwork,attachingArtworks}
Diffstat (limited to 'src/data/composite')
-rw-r--r--src/data/composite/things/artwork/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/things/artwork/index.js b/src/data/composite/things/artwork/index.js
index f26f7c69..3693c10f 100644
--- a/src/data/composite/things/artwork/index.js
+++ b/src/data/composite/things/artwork/index.js
@@ -1,3 +1,4 @@
+export {default as withAttachedArtwork} from './withAttachedArtwork.js';
 export {default as withContainingArtworkList} from './withContainingArtworkList.js';
 export {default as withContribsFromAttachedArtwork} from './withContribsFromAttachedArtwork.js';
 export {default as withDate} from './withDate.js';