summaryrefslogtreecommitdiff
path: root/src/app.d.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/app.d.ts13
1 files changed, 0 insertions, 13 deletions
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 {};