Yuki Takei 1 год назад
Родитель
Сommit
f243bdfd4a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/app/config/i18next.config.js

+ 2 - 2
apps/app/config/i18next.config.js

@@ -1,6 +1,6 @@
-const { Lang, AllLang } = require('@growi/core');
+const { Lang, AllLang } = require('@growi/core/dist/interfaces');
 
-/** @type {Lang} */
+/** @type {import('@growi/core/dist/interfaces').Lang} */
 const defaultLang = Lang.en_US;
 
 /** @type {import('i18next').InitOptions} */