Skip to content

Instantly share code, notes, and snippets.

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