Skip to content

Instantly share code, notes, and snippets.

Created March 2, 2018 21:44
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 anonymous/facab7eccf2b2c8f9080255e3e282741 to your computer and use it in GitHub Desktop.
Save anonymous/facab7eccf2b2c8f9080255e3e282741 to your computer and use it in GitHub Desktop.
render() {
return (
<AppWrapper>
<AppHeader>
<AppLogo src={logo} alt="logo" />
<AppTitle>Welcome to React</AppTitle>
</AppHeader>
<AppIntro>
Bootstrapped with <code>create-react-app</code>.
</AppIntro>
<AppIntro>
Components styled with <code>styled-components</code>{' '}
<EmojiWrapper aria-label="nail polish">💅</EmojiWrapper>
</AppIntro>
</AppWrapper>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment