From 7a3038b982c4d318e146698527070f096591aa4f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 16 Feb 2024 09:39:14 -0400 Subject: sugar: move many functions into new #aggregate import --- src/listing-spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/listing-spec.js') diff --git a/src/listing-spec.js b/src/listing-spec.js index 9433ee68..73fbee6d 100644 --- a/src/listing-spec.js +++ b/src/listing-spec.js @@ -1,4 +1,5 @@ -import {empty, showAggregate} from '#sugar'; +import {showAggregate} from '#aggregate'; +import {empty} from '#sugar'; const listingSpec = []; -- cgit 1.3.0-6-gf8a5