diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-27 13:47:04 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-27 19:12:25 -0300 |
commit | 3a4c45000885b776b6e3012e57199a35ad7c7e33 (patch) | |
tree | 15125b05c2b617172e001dd810d2dd675d893379 /src/data/composite/things/track/withOtherReleases.js | |
parent | 3f06b3668374ad1f76f2bd9ca120101c9592da37 (diff) |
eslint: trivial fixes
Diffstat (limited to 'src/data/composite/things/track/withOtherReleases.js')
-rw-r--r-- | src/data/composite/things/track/withOtherReleases.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/data/composite/things/track/withOtherReleases.js b/src/data/composite/things/track/withOtherReleases.js index 0639742f..bb3e8983 100644 --- a/src/data/composite/things/track/withOtherReleases.js +++ b/src/data/composite/things/track/withOtherReleases.js @@ -3,9 +3,6 @@ import {input, templateCompositeFrom} from '#composite'; -import {exitWithoutDependency} from '#composite/control-flow'; -import {withPropertyFromObject} from '#composite/data'; - import withAllReleases from './withAllReleases.js'; export default templateCompositeFrom({ |