correction ressource list, clean composant
This commit is contained in:
@@ -66,6 +66,7 @@ export function getUserTest():User{
|
||||
const athlete1 = new Athlete();
|
||||
athlete1.id = 1;
|
||||
athlete1.nom = "Alice Dupont";
|
||||
athlete1.email = "alice@nootnoot.yee";
|
||||
athlete1.groupe = "Entrainement";
|
||||
|
||||
const athlete2 = new Athlete();
|
||||
@@ -100,6 +101,7 @@ export function getUserTest():User{
|
||||
|
||||
user.id = 0;
|
||||
user.nom = "Emilien-Yee NootNoot";
|
||||
user.email = "emilien@nootnoot.yee";
|
||||
user.role = "Coach"
|
||||
s1.creneau = new Date();
|
||||
s1.id = 1;
|
||||
|
||||
Reference in New Issue
Block a user