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/app.html | 22 ++++++++++++---------- apps/kit/src/global.d.ts | 6 ++---- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'apps/kit/src') diff --git a/apps/kit/src/app.html b/apps/kit/src/app.html index 9d1d0ae..308b223 100644 --- a/apps/kit/src/app.html +++ b/apps/kit/src/app.html @@ -1,12 +1,14 @@ - - - - - %sveltekit.head% - - -
%sveltekit.body%
- - + + + + + %sveltekit.head% + + + +
%sveltekit.body%
+ + + \ No newline at end of file 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