parent
a79975c9b8
commit
8e29472bd2
@ -0,0 +1,12 @@
|
|||||||
|
import React from 'react';
|
||||||
|
|
||||||
|
class CommentsForm extends React.Component {
|
||||||
|
render() {
|
||||||
|
return <form>
|
||||||
|
<input type="text" placeholder="value"/>
|
||||||
|
<input type="submit" value="Create Todo"/>
|
||||||
|
</form>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export default CommentsForm;
|
||||||
Loading…
Reference in new issue