Created SvelteKit Application as Base

This commit is contained in:
2025-02-01 13:00:02 +00:00
parent 7d00e51c6b
commit aebdce25d2
20 changed files with 1962 additions and 241 deletions
+12
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 {};