Created a really basic history page

This commit is contained in:
Tiago Ribeiro
2023-04-28 18:19:29 +01:00
parent 240bf1c790
commit 06de06fbf6
8 changed files with 122 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ export interface Stat {
exam: string;
exercise: string;
session: string;
date: number;
module: Module;
solutions: any[];
type: string;