page 404 et début choix humeur

This commit is contained in:
cecilesimplon93 2022-02-15 15:46:31 +01:00
parent acfb169715
commit 50ef04ca86
20 changed files with 11672 additions and 138 deletions

View file

@ -6,5 +6,6 @@ export interface Membre {
dateNaissance: Date;
couleur: string;
passwordConfirm: string;
// smiley: string;
roleList: string[];
}