aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/i18n/i18nLog.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/i18n/i18nLog.ts')
-rw-r--r--packages/main/src/i18n/i18nLog.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/i18n/i18nLog.ts b/packages/main/src/i18n/i18nLog.ts
index 33a8c4e..308a1cc 100644
--- a/packages/main/src/i18n/i18nLog.ts
+++ b/packages/main/src/i18n/i18nLog.ts
@@ -20,7 +20,7 @@
20 20
21import type { LoggerModule } from 'i18next'; 21import type { LoggerModule } from 'i18next';
22 22
23import { getLogger } from '../utils/log'; 23import getLogger from '../utils/getLogger';
24 24
25const log = getLogger('i18nLog'); 25const log = getLogger('i18nLog');
26 26