aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/helpers/i18n.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/helpers/i18n.ts')
-rw-r--r--src/utils/helpers/i18n.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/helpers/i18n.ts b/src/utils/helpers/i18n.ts
index 5d19c8c..35d495e 100644
--- a/src/utils/helpers/i18n.ts
+++ b/src/utils/helpers/i18n.ts
@@ -1,7 +1,7 @@
import { createIntl, createIntlCache, IntlShape } from '@formatjs/intl';
-import { settings } from '@utils/config';
import { readFile } from 'fs/promises';
import path from 'path';
+import { settings } from '../config';
export type Messages = { [key: string]: string };