add /edit stub

This commit is contained in:
Yusur 2025-10-23 09:59:18 +02:00
parent 54cafaa1da
commit 248555f7ad
10 changed files with 175 additions and 36 deletions

2
src/app.d.ts vendored
View file

@ -14,7 +14,7 @@ declare global {
site: ServerHealth | null,
me: UserEntry | null,
results?: object[],
query?: string
query?: string,
}
// interface PageState {}
// interface Platform {}