Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created November 14, 2019 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/344103485c62bc2021cb2010851ed172 to your computer and use it in GitHub Desktop.
Save theodesp/344103485c62bc2021cb2010851ed172 to your computer and use it in GitHub Desktop.
import {I18nextProvider} from 'react-i18next';
import i18n from './i18n';
ReactDOM.render(
<I18nextProvider i18n={ i18n }>
<App />
</I18nextProvider>, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment