mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Fix typo and remove unused code.
This commit is contained in:
parent
ab25ba44db
commit
7d050fb7d6
2 changed files with 1 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"predeplay": "npm run build",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ import 'brace/theme/monokai';
|
|||
|
||||
class App extends Component {
|
||||
render() {
|
||||
// return ( <AceEditor mode="java" theme="monokai" name="UNIQUE_ID_OF_DIV"
|
||||
// editorProps={{ $blockScrolling: true }}/> );
|
||||
return (
|
||||
<div className="App">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue