diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 17:14:04 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 17:14:04 -0400 |
| commit | 8f64d50645a6cabc16ba12d31e5872b693e860f6 (patch) | |
| tree | 7d499df1c569de2f112864a4e7b082532beb4545 /src/data/composite/things/track/index.js | |
| parent | 88bba2e743cb3b96498be7110bc7dd93e173940b (diff) | |
data: Track: chop withPropertyFromAlbum
Diffstat (limited to 'src/data/composite/things/track/index.js')
| -rw-r--r-- | src/data/composite/things/track/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/composite/things/track/index.js b/src/data/composite/things/track/index.js index 24b1c01b..88fd3d45 100644 --- a/src/data/composite/things/track/index.js +++ b/src/data/composite/things/track/index.js @@ -1,4 +1,3 @@ export {default as inheritContributionListFromMainRelease} from './inheritContributionListFromMainRelease.js'; export {default as inheritFromMainRelease} from './inheritFromMainRelease.js'; -export {default as withPropertyFromAlbum} from './withPropertyFromAlbum.js'; export {default as withPropertyFromMainRelease} from './withPropertyFromMainRelease.js'; |