From 2001c035fbb417ab0a3d42cfb04d17420bde4086 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 4 Oct 2022 00:05:23 +0800 Subject: refactor: Minor changes --- apps/kit/src/global.d.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'apps/kit/src/global.d.ts') diff --git a/apps/kit/src/global.d.ts b/apps/kit/src/global.d.ts index e49922a..13f5e16 100644 --- a/apps/kit/src/global.d.ts +++ b/apps/kit/src/global.d.ts @@ -1,13 +1,11 @@ /// -type Locales = import('$i18n/i18n-types').Locales -type TranslationFunctions = import('$i18n/i18n-types').TranslationFunctions +type Locales = import('$lib/i18n/i18n-types').Locales +type TranslationFunctions = import('$lib/i18n/i18n-types').TranslationFunctions declare namespace App { interface Locals { locale: Locales LL: TranslationFunctions } - - // interface Platform { } } \ No newline at end of file -- cgit v1.3