Skip to content

Instantly share code, notes, and snippets.

@floydprice
Created April 12, 2016 13:54
Show Gist options
  • Save floydprice/e664f51c3942c782e31ff5420f527379 to your computer and use it in GitHub Desktop.
Save floydprice/e664f51c3942c782e31ff5420f527379 to your computer and use it in GitHub Desktop.
import React from 'react'
class HelloWorld2 extends React.Component{
render() {
return (
<h1>{this.props.title}</h1>
)
}
}
export default HelloWorld2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment