mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 01:52:45 +00:00
Creating new home page, added new account route
This commit is contained in:
@@ -3,6 +3,8 @@ const _ = require('lodash');
|
||||
const cx = require('classnames');
|
||||
const moment = require('moment');
|
||||
|
||||
//TODO: Depriacte
|
||||
|
||||
const BrewItem = React.createClass({
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
@@ -24,6 +26,7 @@ const BrewItem = React.createClass({
|
||||
},
|
||||
|
||||
render : function(){
|
||||
console.log('Brew Item should be depricated');
|
||||
const brew = this.props.brew;
|
||||
return <div className='brewItem'>
|
||||
<h2>{brew.title}</h2>
|
||||
|
||||
Reference in New Issue
Block a user