Fix typo and remove unused code.

This commit is contained in:
David 2019-02-21 18:05:06 +01:00
commit 7d050fb7d6
2 changed files with 1 additions and 3 deletions

View file

@ -14,7 +14,7 @@
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"predeplay": "npm run build", "predeploy": "npm run build",
"deploy": "gh-pages -d build" "deploy": "gh-pages -d build"
}, },
"eslintConfig": { "eslintConfig": {

View file

@ -8,8 +8,6 @@ import 'brace/theme/monokai';
class App extends Component { class App extends Component {
render() { render() {
// return ( <AceEditor mode="java" theme="monokai" name="UNIQUE_ID_OF_DIV"
// editorProps={{ $blockScrolling: true }}/> );
return ( return (
<div className="App"> <div className="App">
<div> <div>