Skip to content

Instantly share code, notes, and snippets.

@clc80
Created June 4, 2018 14:42
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 clc80/2669693e2f54a1cc0f321b5e406f8592 to your computer and use it in GitHub Desktop.
Save clc80/2669693e2f54a1cc0f321b5e406f8592 to your computer and use it in GitHub Desktop.
blank form
import React, { Component } from 'react';
class Form extends Component {
render() {
return(
<div className="Form">
<h1>Form goes here</h1>
</div>
);
}
}
export default Form;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment