| 1 | import { attachLanguageChange } from "../locale/languageChange.js"; |
| 2 | import getLocale from "../locale/getLocale.js"; |
| 3 | import { DEFAULT_LOCALE, SUPPORTED_LOCALES } from "../generated/AssetParameters.js"; |
| 4 | import { getFeature } from "../FeaturesRegistry.js"; |
nothing calls this directly
no test coverage detected