Corrections des bugs
This commit is contained in:
parent
cca4e96f2b
commit
c162d50605
3 changed files with 22 additions and 10 deletions
|
|
@ -5,4 +5,5 @@ export interface ToDoList {
|
|||
nom: string;
|
||||
taches: Tache[];
|
||||
id: number;
|
||||
team? : Team;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue