Initial commit

This commit is contained in:
Esa Kataja
2024-10-14 22:19:42 +03:00
commit 50f78d4b90
21 changed files with 3444 additions and 0 deletions
+9
View File
@@ -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 Locals {}
// interface PageData {}
// interface Error {}
// interface Platform {}
}