summaryrefslogtreecommitdiff
path: root/src/i18n/translate.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/translate.ts')
-rw-r--r--src/i18n/translate.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/translate.ts b/src/i18n/translate.ts
index b911547..a9415b2 100644
--- a/src/i18n/translate.ts
+++ b/src/i18n/translate.ts
@@ -1,5 +1,5 @@
-import type Locale from '../types/Locale';
-import type { TranslationsDictionary, Translation } from '../types/TranslationsDictionary';
+import type Locale from '$types/Locale';
+import type { TranslationsDictionary, Translation } from '$types/TranslationsDictionary';
import { defaultLocale } from './locales';
type TranslationsDictionaryWith<Key extends string, Params> = TranslationsDictionary<{