Commented out unused elements.

This commit is contained in:
2017-09-02 16:03:43 +02:00
parent bd3d8f385b
commit e33840f1db
2 changed files with 7 additions and 141 deletions

View File

@@ -8,28 +8,17 @@ import FetchData from './FetchData.js';
import ListStrays from './ListStrays.jsx'
import SearchRequest from './SearchRequest.jsx';
import WebFont from 'webfontloader';
WebFont.load({
google: {
families: ['Titillium Web:300,400,700', 'sans-serif']
}
});
var background = {
backgroundColor: '#fafafa'
}
export default class App extends React.Component {
// <div>
// <h1>Welcome to Seasoned</h1>
// </div>
// <ListStrays />
// <FetchData />
render() {
return (
<div style={background}>
<div>
<h1>Welcome to Seasoned</h1>
</div>
<ListStrays />
<FetchData />
<div>
<SearchRequest />
</div>