Skip to content

Instantly share code, notes, and snippets.

@tarang9211
Created September 10, 2018 13: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 tarang9211/75fd5ced173c3291246ed735997cc880 to your computer and use it in GitHub Desktop.
Save tarang9211/75fd5ced173c3291246ed735997cc880 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class App extends Component {
render() {
return (
<div className='App'>
<form>
<button type="submit">Submit</button>
</form>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment