diff --git a/src/components/InsertForm.js b/src/components/InsertForm.js deleted file mode 100644 index ec64d4c..0000000 --- a/src/components/InsertForm.js +++ /dev/null @@ -1,121 +0,0 @@ -import React, { Component } from 'react'; -import { - Row, - Col, - Form, - FormGroup, - Label, - Input, - Button -} from 'reactstrap'; - -class InsertForm extends Component { - constructor(props) { - super(props); - - this.state = {}; - } - - render() { - return ( -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- ); - } -} - -export default InsertForm; \ No newline at end of file