Skip to content

Instantly share code, notes, and snippets.

@lemma-san
Created December 9, 2017 11:52
Show Gist options
  • Save lemma-san/b54ea429e3db65d8c28d2ba5b533c741 to your computer and use it in GitHub Desktop.
Save lemma-san/b54ea429e3db65d8c28d2ba5b533c741 to your computer and use it in GitHub Desktop.
import React, { Component } from "react";
export class App extends Component {
render() {
return <h1>Hello, Medium!</h1>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment