Remove options page about box

This commit is contained in:
hensm
2021-04-28 11:06:01 +01:00
parent 6edfce45cc
commit 312c86cf03
3 changed files with 0 additions and 178 deletions

View File

@@ -6,7 +6,6 @@ import ReactDOM from "react-dom";
import defaultOptions from "../../defaultOptions";
import About from "./About";
import Bridge from "./Bridge";
import EditableList from "./EditableList";
@@ -138,7 +137,6 @@ class OptionsApp extends Component<
return (
<div>
<About />
<form id="form" ref={ form => { this.form = form; }}
onSubmit={ this.handleFormSubmit }
onChange={ this.handleFormChange }>