diff options
Diffstat (limited to 'client/src/index.js')
-rw-r--r-- | client/src/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/index.js b/client/src/index.js index 57e6f94..652a231 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -4,6 +4,7 @@ import { BrowserRouter } from 'react-router-dom' import { QueryClient, QueryClientProvider } from 'react-query' import './index.css' import App from './App' +import './i18nextInit' const queryClient = new QueryClient() |