Skip to content
Snippets Groups Projects
Select Git revision
  • 5bebee72349d39750ed9fdb71223fb9a4bce5608
  • master default
  • dockerization
  • staging
  • backup-before-cleaning-repo
  • dockerfiles-pour-maelle
6 results

GestionParticipants.js

Blame
  • 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>
    );