0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 14:32:41 +00:00

Increasing size of first letter, and setting up for ajax communication

This commit is contained in:
Scott Tolksdorf
2015-12-20 13:24:23 -05:00
parent 3059586e20
commit ef7a500940
8 changed files with 92 additions and 52 deletions

View File

@@ -1,17 +0,0 @@
var React = require('react');
var _ = require('lodash');
var cx = require('classnames');
var Navbar = React.createClass({
render : function(){
var self = this;
return(
<div className='navbar'>
Navbar Ready!
</div>
);
}
});
module.exports = Navbar;

View File

@@ -1,3 +0,0 @@
.navbar{
}