blob: 24b1c01b36b9e80ea28710fcedd2a1a71581315b (
plain)
1
2
3
4
|
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';
|