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/data/composite/wiki-data/withThingsSortedAlphabetically.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data/composite/wiki-data/withThingsSortedAlphabetically.js') diff --git a/src/data/composite/wiki-data/withThingsSortedAlphabetically.js b/src/data/composite/wiki-data/withThingsSortedAlphabetically.js index d2487e42..5e85fa6a 100644 --- a/src/data/composite/wiki-data/withThingsSortedAlphabetically.js +++ b/src/data/composite/wiki-data/withThingsSortedAlphabetically.js @@ -5,8 +5,8 @@ // a list so same-name entries are beside each other. import {input, templateCompositeFrom} from '#composite'; +import {compareCaseLessSensitive, normalizeName} from '#sort'; import {validateWikiData} from '#validators'; -import {compareCaseLessSensitive, normalizeName} from '#wiki-data'; import {raiseOutputWithoutDependency} from '#composite/control-flow'; import {withMappedList, withSortedList, withPropertiesFromList} -- cgit 1.3.0-6-gf8a5