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 <label>Search
<input type="text" ref={ this.input } /> <input type="text" ref={ this.input } />
</label> </label>
<br/>
<button onClick={ this.handleSubmit }>Make request</button> <button onClick={ this.handleSubmit }>Make request</button>
</div> </div>
); );

View File

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