ajout couleur

This commit is contained in:
AlineRinquin 2022-02-15 15:37:22 +01:00
parent 98374d8a47
commit a881b6cee6
7 changed files with 98 additions and 36 deletions

View file

@ -1,5 +1,6 @@
export interface Contact {
id: string;
couleur: string;
nom: string;
prenom: string;
telephone: string;