From b24748777294b3646e67c4b7e599e032ee1dfcf9 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 1 Jan 2023 20:09:47 -0500 Subject: Start of Svelte UI --- ui/src/app.d.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ui/src/app.d.ts (limited to 'ui/src/app.d.ts') diff --git a/ui/src/app.d.ts b/ui/src/app.d.ts new file mode 100644 index 0000000..26a9569 --- /dev/null +++ b/ui/src/app.d.ts @@ -0,0 +1,9 @@ +// See https://kit.svelte.dev/docs/types#app +// for information about these interfaces +// and what to do when importing types +declare namespace App { + // interface Error {} + // interface Locals {} + // interface PageData {} + // interface Platform {} +} -- cgit v1.2.3