This commit is contained in:
greg 2019-01-24 18:45:12 -08:00
parent 97681500d3
commit cb209cba7f
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class App extends Component {
<label>Search
<input type="text" ref={ this.input } />
</label>
<br/>
<button onClick={ this.handleSubmit }>Make request</button>
</div>
);

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>Kucinako</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="root"></div>