pages-landing-page/src/app.d.ts
Sam Therapy fa4831709a
Use SvelteKit instead of stealing Codeberg
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-03-15 23:25:07 +01:00

10 lines
251 B
TypeScript

// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare namespace App {
// interface Locals {}
// interface PageData {}
// interface Error {}
// interface Platform {}
}