Skip to content

Instantly share code, notes, and snippets.

@KTruong008
Created September 17, 2017 22:04
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 KTruong008/0ba0910a2ff0edcc8f440765a6b91238 to your computer and use it in GitHub Desktop.
Save KTruong008/0ba0910a2ff0edcc8f440765a6b91238 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class FormContainer extends Component {
render() {
return (
<div>
a what whAT
</div>
);
}
}
export default FormContainer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment