import React from 'react'; /* Style */ import './Play.css'; import { useTheme } from '../Style/ThemeContext'; /* Nav */ import { Link } from 'react-router-dom'; /* Component */ import ButtonImgNav from "../Components/ButtonImgNav" /* Img */ import Person from '../res/img/Person.png'; /* Icon */ import trophy from '../res/icon/trophy.png'; import param from '../res/icon/param.png'; import share from '../res/icon/share.png'; function Play() { const theme=useTheme() return (
{/* */}

Guest 177013

Person
Person2

Partie Jouées :
Partie gagnées :
Pions posés :

10
2
45

{/* */}
); } export default Play;