diff --git a/client/splatsheet/codeEditor/codeEditor.jsx b/client/splatsheet/codeEditor/codeEditor.jsx deleted file mode 100644 index 78a293e..0000000 --- a/client/splatsheet/codeEditor/codeEditor.jsx +++ /dev/null @@ -1,14 +0,0 @@ -var React = require('react'); -var _ = require('lodash'); -var cx = require('classnames'); - -var SheetEditor = React.createClass({ - - render : function(){ - return
- SheetEditor Ready! -
- } -}); - -module.exports = SheetEditor; diff --git a/client/splatsheet/sheetEditor/sheetEditor.jsx b/client/splatsheet/sheetEditor/sheetEditor.jsx index 8b90454..7f3433d 100644 --- a/client/splatsheet/sheetEditor/sheetEditor.jsx +++ b/client/splatsheet/sheetEditor/sheetEditor.jsx @@ -16,10 +16,8 @@ var SheetEditor = React.createClass({ render : function(){ return
- SheetEditor Ready! - +

Sheet Template