Frontend Template

This commit is contained in:
2026-04-11 13:03:34 -04:00
parent 2920a5cdac
commit 40aa95cfe3
18 changed files with 599 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 {};