Autoformat

This commit is contained in:
Jon Staab
2024-08-05 15:28:46 -07:00
parent 856a5cecc4
commit 4172b2d91f
20 changed files with 362 additions and 251 deletions
+11 -11
View File
@@ -1,17 +1,17 @@
import '@poppanator/sveltekit-svg/dist/svg'
import "@poppanator/sveltekit-svg/dist/svg"
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
interface PageState {
modal?: string,
}
// interface Platform {}
}
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
interface PageState {
modal?: string
}
// interface Platform {}
}
}
export {};
export {}