diff --git a/HackMerced/2017F/src/app/src/components/forms/contact.js b/HackMerced/2017F/src/app/src/components/forms/contact.js new file mode 100644 index 0000000..af61d22 --- /dev/null +++ b/HackMerced/2017F/src/app/src/components/forms/contact.js @@ -0,0 +1,32 @@ +/** + * Form.react.js + * + * The contact page is just a huge form that which + * is controlled from the application stage + * + */ + + import React, { Component } from 'react'; + import { TextInputBlock } from '../partials/'; + //include the third import + + const assign = Object.assign || require('object.assign'); + + export class ContactForm extends Component { + + render() { + return ( +