mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 23:42:41 +00:00
Added the new pages and router
This commit is contained in:
17
client/homebrew/navbar/navbar.jsx
Normal file
17
client/homebrew/navbar/navbar.jsx
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
3
client/homebrew/navbar/navbar.less
Normal file
3
client/homebrew/navbar/navbar.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.navbar{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user