« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/language.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/language.js')
-rw-r--r--src/data/things/language.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/data/things/language.js b/src/data/things/language.js
index 5866027d..1fa72def 100644
--- a/src/data/things/language.js
+++ b/src/data/things/language.js
@@ -1,7 +1,6 @@
 import {Temporal, toTemporalInstant} from '@js-temporal/polyfill';
 
 import {withAggregate} from '#aggregate';
-import CacheableObject from '#cacheable-object';
 import {input} from '#composite';
 import * as html from '#html';
 import {accumulateSum, empty, withEntries} from '#sugar';
@@ -19,7 +18,7 @@ import {
 
 import {exitWithoutDependency, exposeConstant, exposeDependency}
   from '#composite/control-flow';
-import {externalFunction, flag, name} from '#composite/wiki-properties';
+import {flag, name} from '#composite/wiki-properties';
 
 import {withStrings} from '#composite/things/language';