From 0edc3f87a34742594014f5e74b4f60563ba23b4d Mon Sep 17 00:00:00 2001 From: Pierre Ferreira Date: Wed, 8 Nov 2023 10:25:02 +0100 Subject: [PATCH] =?UTF-8?q?modification=20du=20component=20ajout=C3=A9=20p?= =?UTF-8?q?r=C3=A9c=C3=A9dement,=20suppression=20des=20fichiers=20obsol?= =?UTF-8?q?=C3=A8te=20'jouer'=20:zap:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/src/App.tsx | 1 - cryptide_project/src/Pages/Home.tsx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cryptide_project/src/App.tsx b/cryptide_project/src/App.tsx index 0f170ab..d885233 100644 --- a/cryptide_project/src/App.tsx +++ b/cryptide_project/src/App.tsx @@ -26,7 +26,6 @@ import 'bootstrap/dist/css/bootstrap.min.css'; /* Internationnalisation */ import messagesFr from './Translations/fr.json'; import messagesEn from './Translations/en.json'; -import Play from './Pages/Play'; const messages = { fr: messagesFr, diff --git a/cryptide_project/src/Pages/Home.tsx b/cryptide_project/src/Pages/Home.tsx index 54d5571..dcc8955 100644 --- a/cryptide_project/src/Pages/Home.tsx +++ b/cryptide_project/src/Pages/Home.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import './Home.css'; // Créez un fichier CSS pour styliser votre composant +import './Home.css'; import '../App.css'; import { Link } from 'react-router-dom'; import Person from '../source/Person'; @@ -99,7 +99,7 @@ function Home() {


Kwanchai Moriya

{/* */}
- + );