0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 04:22:40 +00:00

Setting up search tests

This commit is contained in:
Scott Tolksdorf
2017-01-11 13:41:07 -05:00
parent 728277f861
commit dfcb04fd09
2 changed files with 70 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ const AdminSearch = React.createClass({
},
render: function(){
return <div className='adminSearch'>
AdminSearch Component Ready.
<h1>Admin Search</h1>
</div>
}
});