arvid-e 4 месяцев назад
Родитель
Сommit
f22f185fff
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      apps/app/src/server/util/locale-utils.ts

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

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