Yuki Takei 1 year ago
parent
commit
f243bdfd4a
1 changed files with 2 additions and 2 deletions
  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} */