Skip to content

Instantly share code, notes, and snippets.

@victor36max
Created April 7, 2018 13:01
Show Gist options
  • Save victor36max/b22069b19f5fbe648ec1d5bd9475e375 to your computer and use it in GitHub Desktop.
Save victor36max/b22069b19f5fbe648ec1d5bd9475e375 to your computer and use it in GitHub Desktop.
import { Component } from 'react';

class App extends Component {
  render() {
    return (
      <div>Hello World</div>
    );
  };
}

export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment