From e46cb88d3763a64e97557b2db2f9b74ae7627555 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 24 Dec 2024 19:25:48 +0100 Subject: new website dropped --- src/app.d.ts | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/app.d.ts (limited to 'src/app.d.ts') diff --git a/src/app.d.ts b/src/app.d.ts deleted file mode 100644 index 743f07b..0000000 --- a/src/app.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -// See https://kit.svelte.dev/docs/types#app -// for information about these interfaces -declare global { - namespace App { - // interface Error {} - // interface Locals {} - // interface PageData {} - // interface PageState {} - // interface Platform {} - } -} - -export {}; -- cgit v1.2.3