mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-24 01:21:28 +00:00
Getting splatsheet rolling
This commit is contained in:
14
client/splatsheet/codeEditor/codeEditor.jsx
Normal file
14
client/splatsheet/codeEditor/codeEditor.jsx
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user