This commit is contained in:
christalib 2019-10-20 00:15:46 +02:00
parent 897831b91b
commit 84f88fe5a4

View file

@ -19,6 +19,7 @@ class App extends React.Component {
return <div className="ui container">
<SearchBar onFormSubmit={this.onTermSubmit} />
<p>I have: {this.state.videos.length} videos</p>
<p>Testing a minial theme</p>
</div>
}
}