Finallyyyyyy finished the whole Speaking flow along with the solution page

This commit is contained in:
Tiago Ribeiro
2023-07-14 14:15:07 +01:00
parent 2c10a203a5
commit 121ac8ba4d
10 changed files with 206 additions and 76 deletions

View File

@@ -152,7 +152,7 @@ export default function History({user}: {user: User}) {
.sort(sortByModule)
.map((x) => x!.module),
);
router.push("/exam");
router.push("/exercises");
}
});
};