WIP: Working homepage with Login and logout

This commit is contained in:
Pablu23
2025-10-08 12:31:16 +02:00
parent d9a946d9ca
commit 1f3813ea78
6 changed files with 191 additions and 134 deletions

4
src/app.d.ts vendored
View File

@@ -46,7 +46,3 @@ export type WebSocketMessage = {
type: string;
[key: string]: any;
}
export {
};