Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created September 25, 2018 21:24
Show Gist options
  • Save hackrio1/13cc1b7a8d901420686f12ac994da57f to your computer and use it in GitHub Desktop.
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