diff options
Diffstat (limited to 'app/src/app.d.ts')
-rw-r--r-- | app/src/app.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/app.d.ts b/app/src/app.d.ts index 3e4ed20..bf2855f 100644 --- a/app/src/app.d.ts +++ b/app/src/app.d.ts @@ -1,6 +1,9 @@ // See https://kit.svelte.dev/docs/types#app // for information about these interfaces // and what to do when importing types + +import 'vite-plugin-pwa/info'; + declare namespace App { // interface Locals {} // interface PageData {} |