summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/app.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app.d.ts')
-rw-r--r--frontend/src/app.d.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/src/app.d.ts b/frontend/src/app.d.ts
new file mode 100644
index 0000000..41634fe
--- /dev/null
+++ b/frontend/src/app.d.ts
@@ -0,0 +1,12 @@
+/// <reference types="@sveltejs/kit" />
+/// <reference types="unplugin-icons/types/svelte" />
+
+// See https://kit.svelte.dev/docs/types#app
+// for information about these interfaces
+// and what to do when importing types
+declare namespace App {
+ // interface Locals {}
+ // interface PageData {}
+ // interface Error {}
+ // interface Platform {}
+}