mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 16:28:41 +00:00
Getting splatsheet rolling
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
var React = require('react');
|
||||
var _ = require('lodash');
|
||||
var cx = require('classnames');
|
||||
|
||||
var SheetEditor = React.createClass({
|
||||
|
||||
render : function(){
|
||||
return <div className='sheetEditor'>
|
||||
SheetEditor Ready!
|
||||
</div>
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = SheetEditor;
|
||||
@@ -0,0 +1,3 @@
|
||||
.COM{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user