From 050b3d7b3137332ea8b5af0b0cf3e47f3a6d5a09 Mon Sep 17 00:00:00 2001 From: Pierre Ferreira Date: Mon, 13 Nov 2023 10:55:54 +0100 Subject: [PATCH] =?UTF-8?q?modif=20d=C3=BB=20au=20merge=20avec=20master=20?= =?UTF-8?q?:wrench:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/src/Pages/InGame.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptide_project/src/Pages/InGame.tsx b/cryptide_project/src/Pages/InGame.tsx index 2a65c88..38946bc 100644 --- a/cryptide_project/src/Pages/InGame.tsx +++ b/cryptide_project/src/Pages/InGame.tsx @@ -27,11 +27,11 @@ import Button from 'react-bootstrap/Button'; import Offcanvas from 'react-bootstrap/Offcanvas'; /* Model */ -import Stub from '../source/Stub'; +import Stub from '../model/Stub'; import { HiLanguage } from 'react-icons/hi2'; import { Nav, NavDropdown } from 'react-bootstrap'; import { FormattedMessage } from 'react-intl'; -import Color from '../source/Color'; +import Color from '../model/Color'; //@ts-ignore const InGame = ({locale, changeLocale}) => {