0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 19:22:47 +00:00

Moving phb styling to be stand alone, removed all unneeded assets

This commit is contained in:
Scott Tolksdorf
2016-01-13 13:31:23 -05:00
parent a8a52a2ed2
commit 923077ffa6
29 changed files with 489 additions and 503 deletions

View File

@@ -3,7 +3,7 @@ var _ = require('lodash');
var cx = require('classnames');
var Statusbar = require('../statusbar/statusbar.jsx');
var PHB = require('../phb/phb.jsx');
var PageContainer = require('../pageContainer/pageContainer.jsx');
var Editor = require('../editor/editor.jsx');
var FullClassGen = require('../editor/snippets/fullclass.gen.js');
@@ -75,7 +75,7 @@ var EditPage = React.createClass({
<Editor text={this.state.text} onChange={this.handleTextChange} />
</div>
<div className='rightPane'>
<PHB text={this.state.text} />
<PageContainer text={this.state.text} />
</div>
</div>
</div>