diff --git a/src/App.js b/src/App.js index 8403805..fc71bcc 100644 --- a/src/App.js +++ b/src/App.js @@ -1,11 +1,11 @@ import i18next from 'i18next'; import { initReactI18next } from 'react-i18next'; -import HttpApi from 'i18next-http-backend'; +import Backend from 'i18next-http-backend'; import LanguageDetector from 'i18next-browser-languagedetector'; import Test from './components/Test'; i18next - .use(HttpApi) + .use(Backend) .use(LanguageDetector) .use(initReactI18next) .init({