Corrections des bugs

This commit is contained in:
HarmandI 2022-03-06 18:50:11 +01:00
parent cca4e96f2b
commit c162d50605
3 changed files with 22 additions and 10 deletions

View file

@ -5,4 +5,5 @@ export interface ToDoList {
nom: string;
taches: Tache[];
id: number;
team? : Team;
}