浏览代码

Change import order

arvid-e 7 月之前
父节点
当前提交
acdc6bb85d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apps/app/src/server/util/locale-utils.ts

+ 2 - 2
apps/app/src/server/util/locale-utils.ts

@@ -1,8 +1,8 @@
+import { Lang } from '@growi/core/dist/interfaces';
 import { enUS, fr, ja, ko, type Locale, zhCN } from 'date-fns/locale';
 import type { IncomingHttpHeaders } from 'http';
-import { Lang } from '@growi/core/dist/interfaces';
 
-import * as i18nextConfig from '^/config/i18next.config'; // 4. Internal/Aliased
+import * as i18nextConfig from '^/config/i18next.config';
 
 
 const ACCEPT_LANG_MAP = {