Skip to content

Instantly share code, notes, and snippets.

@benjamindenboer
Created November 20, 2018 14:28
Show Gist options
  • Save benjamindenboer/451e535e0b7ce604dde5d0fef93e5293 to your computer and use it in GitHub Desktop.
Save benjamindenboer/451e535e0b7ce604dde5d0fef93e5293 to your computer and use it in GitHub Desktop.
import * as React from "react"; ​
export class Example extends React.Component {
render() {
return <div style={{color: "blue"}}>Hello World!</div>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment