mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
Remove dead code
This commit is contained in:
parent
a99ffbce3c
commit
80f9ff38e3
1 changed files with 0 additions and 6 deletions
|
@ -2,12 +2,6 @@
|
||||||
const React = window.React;
|
const React = window.React;
|
||||||
const ReactDOM = window.ReactDOM;
|
const ReactDOM = window.ReactDOM;
|
||||||
|
|
||||||
class ErrorsRoot extends React.Component {
|
|
||||||
render() {
|
|
||||||
return <div />
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class Account extends React.Component {
|
class Account extends React.Component {
|
||||||
renderError() {
|
renderError() {
|
||||||
const {account} = this.props;
|
const {account} = this.props;
|
||||||
|
|
Loading…
Reference in a new issue