Front: Basic i18n configuration

This commit is contained in:
Arthi-chaud
2022-08-08 11:40:46 +02:00
parent 04f3d5d7ef
commit e7af552656
7 changed files with 72 additions and 32 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { QueryClient, QueryClientProvider } from 'react-query';
import { Provider } from 'react-redux';
import store from './state/Store';
import { Router } from './Navigation';
import './i18n/i18n';
const queryClient = new QueryClient();
export default function App() {