diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-03-31 15:04:20 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-10 16:02:35 -0300 |
commit | e8964d7a9f9dc787d4d84c0554d22149bb2daa0c (patch) | |
tree | 460944e7a5417ee8a998e37d7cbd05364398fd4f /src/data/composite/wiki-properties/index.js | |
parent | 964273f8cb26c6d9df8ec827126167dc5b58ae27 (diff) |
data: Artwork, constitutibleArtwork, etc
Not used in content yet.
Diffstat (limited to 'src/data/composite/wiki-properties/index.js')
-rw-r--r-- | src/data/composite/wiki-properties/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/wiki-properties/index.js b/src/data/composite/wiki-properties/index.js index 4aaaeb72..7583630d 100644 --- a/src/data/composite/wiki-properties/index.js +++ b/src/data/composite/wiki-properties/index.js @@ -9,6 +9,7 @@ export {default as annotatedReferenceList} from './annotatedReferenceList.js'; export {default as color} from './color.js'; export {default as commentary} from './commentary.js'; export {default as commentatorArtists} from './commentatorArtists.js'; +export {default as constitutibleArtwork} from './constitutibleArtwork.js'; export {default as contentString} from './contentString.js'; export {default as contribsPresent} from './contribsPresent.js'; export {default as contributionList} from './contributionList.js'; |