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)