Created
November 14, 2019 13:39
-
-
Save theodesp/344103485c62bc2021cb2010851ed172 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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