Merge, do not push to develop yet, Listening.tsx is not updated

This commit is contained in:
Carlos-Mesquita
2024-11-26 10:33:02 +00:00
44 changed files with 1989 additions and 1452 deletions

View File

@@ -7,7 +7,6 @@ export interface Step {
}
export interface Grading {
user: string;
entity?: string;
entity: string;
steps: Step[];
}