From e1794719245b8dc7c3645026459a695ff0ad5c5c Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 5 Dec 2023 15:42:18 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cryptide=5Fproject?= =?UTF-8?q?/src/App.tsx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptide_project/src/App.tsx b/cryptide_project/src/App.tsx index 7d536f5..be4588a 100644 --- a/cryptide_project/src/App.tsx +++ b/cryptide_project/src/App.tsx @@ -42,6 +42,8 @@ import messagesEn from './Translations/en.json'; import ErrorBoundary from './Error/ErrorBoundary'; import ErrorPage from './Error/ErrorPage'; +const basePath = process.env.REACT_APP_BASE_PATH || ''; + const messages = { fr: messagesFr, en: messagesEn, @@ -58,8 +60,6 @@ function App() { setLocale(newLocale); }; - const basePath = process.env.REACT_APP_BASE_PATH || ''; - console.log(basePath)