Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 246821d

Browse files
committed
import sortingを修正
1 parent 2d57b5c commit 246821d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sw/src/scripts/lang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
import { get, set } from 'idb-keyval';
1010
import { I18n } from '@@/js/i18n.js';
11-
import { FETCH_TIMEOUT_MS } from "@@/js/const";
11+
import { FETCH_TIMEOUT_MS } from '@@/js/const';
1212
import type { Locale } from '../../../../locales/index.js';
1313

1414
class SwLang {

0 commit comments

Comments
 (0)