diff --git a/src/app.d.ts b/src/app.d.ts index da08e6d..520c421 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -1,13 +1,13 @@ // See https://svelte.dev/docs/kit/types#app.d.ts // for information about these interfaces declare global { - namespace App { - // interface Error {} - // interface Locals {} - // interface PageData {} - // interface PageState {} - // interface Platform {} - } + namespace App { + // interface Error {} + // interface Locals {} + // interface PageData {} + // interface PageState {} + // interface Platform {} + } } export {}; diff --git a/src/app.html b/src/app.html index f273cc5..adf8bd8 100644 --- a/src/app.html +++ b/src/app.html @@ -1,11 +1,11 @@ -
- - - %sveltekit.head% - - -- Visit svelte.dev/docs/kit to read the - documentation + Visit svelte.dev/docs/kit to read the documentation