finished main page and started parameters

This commit is contained in:
martin.devaux
2025-06-27 01:40:50 +02:00
parent 00a4a80b85
commit 70e9db7aea
9 changed files with 179 additions and 56 deletions

View File

@@ -11,6 +11,7 @@ export default function useAdmin() {
}
function getTeam(teamId) {
console.log(teams[0]);
return teams.find(team => team.id === teamId);
}