From a640703f2da8815dc26ad1600a6f206be1624379 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 1 Jun 2022 22:10:32 +0200 Subject: feat: Initial after clean slate --- apps/frontpage/src/app.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/frontpage/src/app.d.ts (limited to 'apps/frontpage/src/app.d.ts') diff --git a/apps/frontpage/src/app.d.ts b/apps/frontpage/src/app.d.ts new file mode 100644 index 0000000..121720c --- /dev/null +++ b/apps/frontpage/src/app.d.ts @@ -0,0 +1,10 @@ +/// + +// See https://kit.svelte.dev/docs/types#app +// for information about these interfaces +declare namespace App { + // interface Locals {} + // interface Platform {} + // interface Session {} + // interface Stuff {} +} -- cgit v1.3