diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-07 12:18:43 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-07 12:18:43 -0300 |
commit | 05e835e6cdaee2581dca45f4ba618ff278b9a280 (patch) | |
tree | fc09fa13366812f6cf63820174d5b132c72556a9 /src/content/dependencies/listGroupsByDuration.js | |
parent | 7cc9ad78a134e6a778ec4ad7ac71790494377342 (diff) |
content: remove explicit {content,extra}Dependencies
Diffstat (limited to 'src/content/dependencies/listGroupsByDuration.js')
-rw-r--r-- | src/content/dependencies/listGroupsByDuration.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/content/dependencies/listGroupsByDuration.js b/src/content/dependencies/listGroupsByDuration.js index c79e1bc4..089915c2 100644 --- a/src/content/dependencies/listGroupsByDuration.js +++ b/src/content/dependencies/listGroupsByDuration.js @@ -3,9 +3,6 @@ import {filterByCount, stitchArrays} from '#sugar'; import {getTotalDuration} from '#wiki-data'; export default { - contentDependencies: ['generateListingPage', 'linkGroup'], - extraDependencies: ['language', 'wikiData'], - sprawl({groupData}) { return {groupData}; }, |