0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 00:57:55 +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,9 @@
var React = require('react');
var Logo = React.createClass({
render : function(){
}
});
module.exports = Logo;