From 2074c9c732f6d279f5153688b9e33bdc8c9c7674 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 15 Sep 2023 13:54:56 -0500 Subject: Here goes nothing! Signed-off-by: Matt Strapp --- app/src/app.d.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/app.d.ts') 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 {} -- cgit v1.2.3