Web UI setup

This commit is contained in:
nemunaire 2025-10-17 17:18:37 +07:00
commit b96af8349d
19 changed files with 6026 additions and 2 deletions

13
web/src/app.d.ts vendored Normal file
View file

@ -0,0 +1,13 @@
// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};