From 8044dc9eb058761038e0ad81aa6e6378a8b9cbd4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 18 Aug 2023 13:47:32 -0300 Subject: define global #sugar and #wiki-data imports --- src/content/dependencies/listArtistsByCommentaryEntries.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content/dependencies/listArtistsByCommentaryEntries.js') diff --git a/src/content/dependencies/listArtistsByCommentaryEntries.js b/src/content/dependencies/listArtistsByCommentaryEntries.js index e3c70940..a041e0bd 100644 --- a/src/content/dependencies/listArtistsByCommentaryEntries.js +++ b/src/content/dependencies/listArtistsByCommentaryEntries.js @@ -1,9 +1,9 @@ -import {stitchArrays} from '../../util/sugar.js'; +import {stitchArrays} from '#sugar'; import { filterByCount, sortAlphabetically, sortByCount, -} from '../../util/wiki-data.js'; +} from '#wiki-data'; export default { contentDependencies: ['generateListingPage', 'linkArtist'], -- cgit 1.3.0-6-gf8a5