Skip to content

Instantly share code, notes, and snippets.

@helloanil
Last active February 12, 2019 00:17
Show Gist options
  • Save helloanil/751276e5d60b6a1e97428bc26bb482bf to your computer and use it in GitHub Desktop.
Save helloanil/751276e5d60b6a1e97428bc26bb482bf to your computer and use it in GitHub Desktop.
CRA-I18N App.js - adding selector
// 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