Initial commit
This commit is contained in:
commit
affe27b3e8
49 changed files with 33325 additions and 0 deletions
9
frontend/svelte/src/app.d.ts
vendored
Normal file
9
frontend/svelte/src/app.d.ts
vendored
Normal 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 Locals {}
|
||||
// interface PageData {}
|
||||
// interface PageError {}
|
||||
// interface Platform {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue