diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-27 16:45:36 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-27 16:45:36 -0400 |
| commit | b754b54c7909da1f53b99b171e1f5b1183ca5549 (patch) | |
| tree | e7686c2ced98cbafabbdff945f4b6a744763ea82 /src/data/composite/things/contribution/index.js | |
| parent | 9b840b21dc1f570a75295e9e02d78978dfc71ccf (diff) | |
data: Contribution: chop withContributionArtist
Diffstat (limited to 'src/data/composite/things/contribution/index.js')
| -rw-r--r-- | src/data/composite/things/contribution/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/composite/things/contribution/index.js b/src/data/composite/things/contribution/index.js index 31d86b8b..f105ebe9 100644 --- a/src/data/composite/things/contribution/index.js +++ b/src/data/composite/things/contribution/index.js @@ -1,5 +1,4 @@ export {default as inheritFromContributionPresets} from './inheritFromContributionPresets.js'; export {default as withContainingReverseContributionList} from './withContainingReverseContributionList.js'; -export {default as withContributionArtist} from './withContributionArtist.js'; export {default as withContributionContext} from './withContributionContext.js'; export {default as withMatchingContributionPresets} from './withMatchingContributionPresets.js'; |