Toutes les fonctionnalités to do list ok

This commit is contained in:
HarmandI 2022-02-27 15:51:53 +01:00
parent cb1498a215
commit 59b55b35a7
6 changed files with 134 additions and 81 deletions

View file

@ -3,9 +3,6 @@ import { Team } from './team';
export interface ToDoList {
nom: string;
team: Team;
taches: Tache [];
id:number;
taches: Tache[];
id: number;
}