Simple page de modification de profil

This commit is contained in:
2020-07-16 20:21:58 +02:00
parent 05dd505d6b
commit 758c166f27
14 changed files with 284 additions and 29 deletions

View File

@ -1,5 +1,6 @@
export interface User {
email: string
name?: string
connectedAt?: Date
createdAt?: Date
}