Skip to content

Instantly share code, notes, and snippets.

@floydprice
Last active April 12, 2016 13:42
Show Gist options
  • Save floydprice/734bd289c89e39212d75602efae439f0 to your computer and use it in GitHub Desktop.
Save floydprice/734bd289c89e39212d75602efae439f0 to your computer and use it in GitHub Desktop.
import React from 'react'
export default () => {
return (
<h1>Hello World</h1>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment