Skip to content

Commit

Permalink
Fix i18n import
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Apr 27, 2022
1 parent 297b1bf commit 0479861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
import LanguageDetector from 'i18next-browser-languagedetector';
import XHR from 'i18next-xhr-backend';
import XHR from 'i18next-http-backend';
import config from './config/config';

const env = process.env.NODE_ENV;
Expand Down

0 comments on commit 0479861

Please sign in to comment.