Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created September 25, 2018 21:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hackrio1/13cc1b7a8d901420686f12ac994da57f to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import './App.css';
class Hello extends Component {
render() {
return (
<h3>Hello World!</h3>
);
}
}
export default Hello;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment