Skip to content

Instantly share code, notes, and snippets.

@dnshko
Created July 31, 2020 10:30
Show Gist options
  • Save dnshko/44124e87e5ccaa4d564fd333c375fc1a to your computer and use it in GitHub Desktop.
Save dnshko/44124e87e5ccaa4d564fd333c375fc1a to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class App extends Component {
render() {
return (
<div>
<h1>Welcome to React</h1>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment