mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 20:53:24 +00:00
updating react and lodash to newest versions
This commit is contained in:
@@ -10,6 +10,15 @@ var Editor = require('../editor/editor.jsx');
|
||||
|
||||
|
||||
|
||||
|
||||
var Nav = require('naturalCrit/nav/nav.jsx');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var KEY = 'naturalCrit-homebrew';
|
||||
|
||||
var HomePage = React.createClass({
|
||||
@@ -48,6 +57,15 @@ var HomePage = React.createClass({
|
||||
render : function(){
|
||||
return(
|
||||
<div className='homePage'>
|
||||
|
||||
|
||||
<Nav.base>
|
||||
Test
|
||||
|
||||
</Nav.base>
|
||||
|
||||
|
||||
|
||||
<Statusbar
|
||||
printId="Nkbh52nx_l"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user