Initial commit

This commit is contained in:
Djuri 2023-11-17 01:05:35 +01:00
commit 96d609a89e
34 changed files with 4978 additions and 0 deletions

12
src/app.d.ts vendored Normal file
View file

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