Select Git revision
GestionParticipants.js
Forked from an inaccessible project.
GestionParticipants.js 135 B
import React from 'react';
//import { Link } from 'react-router-dom';
export default () => (
<div>Gestion des participants</div>
);