diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-26 21:46:14 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-26 21:46:14 -0400 |
| commit | e4b56ce4ee3e32f0425672836af714d3e3d9912c (patch) | |
| tree | 0ef5e3d7b07a9f1d4f7fa3f8ae4d51469d7b4d53 /src/data/things/language.js | |
| parent | ef1ec90608dc4a8cffbff2488ae3491a9efa7349 (diff) | |
data: various import / unused cleanup
Diffstat (limited to 'src/data/things/language.js')
| -rw-r--r-- | src/data/things/language.js | 3 |
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'; |