Initial commit

This commit is contained in:
2024-07-25 17:23:46 +02:00
commit 59eb295c2c
28 changed files with 3870 additions and 0 deletions

13
view/src/app.d.ts vendored Normal file
View File

@@ -0,0 +1,13 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};