Bug Fixing overall

This commit is contained in:
2024-05-06 20:13:09 +02:00
parent bb5a408cdc
commit 6b61c19bd7
52 changed files with 1926 additions and 1048 deletions

View File

@@ -1,5 +1,5 @@
export interface User {
id: string;
id?: string;
firstname: string;
lastname: string;
email: string;