From 5457b88f8d3d234af0b08d15f3c6249f6649aac3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 16 Feb 2024 10:16:36 -0400 Subject: data: move sorting & generic functions out of #wiki-data --- src/content/dependencies/listArtistsByLatestContribution.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/content/dependencies/listArtistsByLatestContribution.js') diff --git a/src/content/dependencies/listArtistsByLatestContribution.js b/src/content/dependencies/listArtistsByLatestContribution.js index 03c51699..0f709577 100644 --- a/src/content/dependencies/listArtistsByLatestContribution.js +++ b/src/content/dependencies/listArtistsByLatestContribution.js @@ -1,13 +1,12 @@ -import {empty, stitchArrays} from '#sugar'; +import {chunkMultipleArrays, empty, sortMultipleArrays, stitchArrays} + from '#sugar'; import T from '#things'; import { - chunkMultipleArrays, sortAlphabetically, sortAlbumsTracksChronologically, sortFlashesChronologically, - sortMultipleArrays, -} from '#wiki-data'; +} from '#sort'; const {Album, Flash} = T; -- cgit 1.3.0-6-gf8a5