Skip to content

Instantly share code, notes, and snippets.

@benjamindenboer
Created November 20, 2018 09:58
Show Gist options
  • Save benjamindenboer/14e0f9fb1db97bba2218719f98b735d3 to your computer and use it in GitHub Desktop.
Save benjamindenboer/14e0f9fb1db97bba2218719f98b735d3 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