Skip to content

Instantly share code, notes, and snippets.

@timgivois
Last active July 28, 2019 01:53
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 timgivois/58757910486ef42e98517bda00d48aa8 to your computer and use it in GitHub Desktop.
Save timgivois/58757910486ef42e98517bda00d48aa8 to your computer and use it in GitHub Desktop.
import React from 'react'
import './App.scss'
const App:React.StatelessComponent<{}> = () => (
<div className='container'>
<h1>Hello World, React!</h1>
</div>
)
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment