Skip to content

Instantly share code, notes, and snippets.

@fulopdaniel
Created August 10, 2018 12:14
Show Gist options
  • Save fulopdaniel/39023d555c48b969db25d3e8f4015a5a to your computer and use it in GitHub Desktop.
Save fulopdaniel/39023d555c48b969db25d3e8f4015a5a to your computer and use it in GitHub Desktop.
import { FormattedMessage } from 'react-intl';
class TestComponent extends React.Component {
render() {
return(
<FormattedMessage
id="app.hello_world"
defaultMessage="Hello World!"
/>
)
}
}
export default TestComponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment