Initial Commit

This commit is contained in:
2026-07-17 10:33:20 -04:00
parent a5d35515f2
commit a5b108d9fa
88 changed files with 9802 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};