This commit is contained in:
2026-06-18 13:27:33 +02:00
24 changed files with 1501 additions and 356 deletions
-2
View File
@@ -75,8 +75,6 @@ export const users: User[] = [
},
]
export const currentUser: User = users[0]
export function getUserById(id: string): User | undefined {
return users.find((u) => u.id === id)
}