1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Import Sorting Lint for Frontend (#4655)

This commit is contained in:
Qstick
2020-07-28 14:47:25 -04:00
committed by GitHub
parent b92414d657
commit 71e715f954
515 changed files with 2059 additions and 1832 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
import classNames from 'classnames';
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import classNames from 'classnames';
import { icons } from 'Helpers/Props';
import SelectInput from 'Components/Form/SelectInput';
import Icon from 'Components/Icon';
import Link from 'Components/Link/Link';
import LoadingIndicator from 'Components/Loading/LoadingIndicator';
import SelectInput from 'Components/Form/SelectInput';
import { icons } from 'Helpers/Props';
import styles from './TablePager.css';
class TablePager extends Component {