diff options
Diffstat (limited to 'packages/sw/src/scripts')
| -rw-r--r-- | packages/sw/src/scripts/lang.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sw/src/scripts/lang.ts b/packages/sw/src/scripts/lang.ts index 3000160e41..40b6aa4e7b 100644 --- a/packages/sw/src/scripts/lang.ts +++ b/packages/sw/src/scripts/lang.ts @@ -8,7 +8,7 @@ */ import { get, set } from 'idb-keyval'; import { I18n } from '@@/js/i18n.js'; -import type { Locale } from '../../../../locales/index.js'; +import type { Locale } from 'i18n'; class SwLang { public cacheName = `mk-cache-${_VERSION_}`; |