Skip to content

Instantly share code, notes, and snippets.

@devhyunjae
Created March 18, 2016 01:56
Show Gist options
  • Save devhyunjae/c8b1d4bbf17a4bbd6c4f to your computer and use it in GitHub Desktop.
Save devhyunjae/c8b1d4bbf17a4bbd6c4f to your computer and use it in GitHub Desktop.
class Hr extends React.Component {
render () {
return(
<div><hr/><hr/><hr/></div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment