Initial commit

This commit is contained in:
whidix
2022-12-29 21:19:53 +01:00
commit cf9dc34936
35 changed files with 17285 additions and 0 deletions

9
src/app.d.ts vendored Normal file
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 Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}