Created
November 20, 2018 09:58
-
-
Save benjamindenboer/14e0f9fb1db97bba2218719f98b735d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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