update example app

This commit is contained in:
Jonas Kruckenberg
2023-01-11 19:01:30 +01:00
parent 900b8ccdb1
commit 4714cc2e2d
22 changed files with 755 additions and 2698 deletions
+9
View File
@@ -0,0 +1,9 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}