We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d57b5c commit 246821dCopy full SHA for 246821d
1 file changed
packages/sw/src/scripts/lang.ts
@@ -8,7 +8,7 @@
8
*/
9
import { get, set } from 'idb-keyval';
10
import { I18n } from '@@/js/i18n.js';
11
-import { FETCH_TIMEOUT_MS } from "@@/js/const";
+import { FETCH_TIMEOUT_MS } from '@@/js/const';
12
import type { Locale } from '../../../../locales/index.js';
13
14
class SwLang {
0 commit comments