0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 09:22:50 +00:00

Fixing main page, moving around styles

This commit is contained in:
Scott Tolksdorf
2016-05-14 11:49:39 -04:00
parent f29073e5ca
commit ca377a2861
15 changed files with 112 additions and 119 deletions

View File

@@ -0,0 +1,10 @@
var React = require('react');
var Logo = React.createClass({
render : function(){
return
<h2>{tool.name}</h2>
}
});
module.exports = Logo;