It works-ish

This commit is contained in:
2026-01-24 17:02:42 -06:00
parent e219b5db4d
commit a9bf8317f4
29 changed files with 8431 additions and 130 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 {};