import React, {Component} from "react"; import {Tabs, Tab, Button} from "react-bootstrap" import Acceuil from "./GestionSemestre/Acceuil"; 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() { return (
) } } export default GestionSemestre