« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/client3.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/client3.js b/src/static/client3.js
index bbd8a95..e512767 100644
--- a/src/static/client3.js
+++ b/src/static/client3.js
@@ -5,8 +5,7 @@
 // that cannot 8e done at static-site compile time, 8y its fundamentally
 // ephemeral nature.
 
-import {empty, stitchArrays} from '../util/sugar.js';
-import {filterMultipleArrays} from '../util/wiki-data.js';
+import {empty, filterMultipleArrays, stitchArrays} from '../util/sugar.js';
 
 const clientInfo = window.hsmusicClientInfo = Object.create(null);