Skip to content

Instantly share code, notes, and snippets.

@gndx
Created July 1, 2017 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gndx/5129f21606b6ee0e694c8f860b48da9d to your computer and use it in GitHub Desktop.
Save gndx/5129f21606b6ee0e694c8f860b48da9d to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class App extends Component {
render() {
return (
<div>
<h1>¡Hola Mundo!</h1>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment