docs: add memo

This commit is contained in:
Nathan Lamy 2026-02-25 00:27:04 +01:00
parent 49affe118b
commit a9a752ea83

View file

@ -74,6 +74,7 @@ export function MatchStudent({
<p>
Correspondance trouvée: {matchedStudent.fullName}
</p>
{/* TODO: Improve UI */}
<button onClick={handleValidate}>Valider</button>
</div>
)}