first commit

This commit is contained in:
vcoppe
2024-04-03 16:13:42 +02:00
commit 2e9770882c
18 changed files with 3623 additions and 0 deletions

13
website/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 {};