Skip to content

Instantly share code, notes, and snippets.

@agzuniverse
Created October 1, 2019 17:17
Show Gist options
  • Save agzuniverse/917d5e5c594a68a68e349162603e657c to your computer and use it in GitHub Desktop.
Save agzuniverse/917d5e5c594a68a68e349162603e657c to your computer and use it in GitHub Desktop.
import React from 'react';
class App extends React.Component {
render() {
return (
<div>Welcome to React!</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment