diff --git a/src/ScoDoc/GestionSemestre.js b/src/ScoDoc/GestionSemestre.js index 6292ece..c48336a 100644 --- a/src/ScoDoc/GestionSemestre.js +++ b/src/ScoDoc/GestionSemestre.js @@ -5,6 +5,7 @@ import Absences from "./GestionSemestre/Absences"; import Eleves from "./GestionSemestre/Eleves"; import ScoNavBar from "./ScoNavBar"; import {Link} from "react-router-dom"; +import Bulletin from "./GestionSemestre/Bulletin"; class GestionSemestre extends Component { render() { @@ -19,12 +20,15 @@ class GestionSemestre extends Component { + + + -