Last active
February 12, 2019 00:17
-
-
Save helloanil/751276e5d60b6a1e97428bc26bb482bf to your computer and use it in GitHub Desktop.
CRA-I18N App.js - adding selector
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
// some other imports | |
import LanguageSelect from "./components/LanguageSelect"; | |
// some other code | |
// <img src={logo} className="App-logo" alt="logo" /> | |
<LanguageSelect /> // Add LanguageSelect component here! | |
//<p> | |
// some other code continued |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment