Skip to content

Instantly share code, notes, and snippets.

@ptbrowne
Created May 29, 2017 09:18
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 ptbrowne/3570b6ccb89831a2d8a143f6f7659ecc to your computer and use it in GitHub Desktop.
Save ptbrowne/3570b6ccb89831a2d8a143f6f7659ecc to your computer and use it in GitHub Desktop.
standard test
const App = function () {
return <div>Hello World !</div>
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment