mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-04-04 04:01:27 +00:00
feat: Ajout d'un système de notation par classe et par matière et par élève [N3WTS-6]
This commit is contained in:
4
Front-End/src/components/Evaluation/index.js
Normal file
4
Front-End/src/components/Evaluation/index.js
Normal file
@ -0,0 +1,4 @@
|
||||
export { default as EvaluationForm } from './EvaluationForm';
|
||||
export { default as EvaluationList } from './EvaluationList';
|
||||
export { default as EvaluationGradeTable } from './EvaluationGradeTable';
|
||||
export { default as EvaluationStudentView } from './EvaluationStudentView';
|
||||
Reference in New Issue
Block a user