mirror of https://github.com/Sonarr/Sonarr
Remove unused ReactDOM import
fixes error with mono: "error 'ReactDOM' is defined but never used no-unused-vars"
This commit is contained in:
parent
f7ce5c7b11
commit
492c9e22ba
|
@ -1,6 +1,5 @@
|
|||
import PropTypes from 'prop-types';
|
||||
import React, { Component } from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import Alert from 'Components/Alert';
|
||||
import PathInput from 'Components/Form/PathInput';
|
||||
import Button from 'Components/Link/Button';
|
||||
|
|
Loading…
Reference in New Issue