mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Import Sorting Lint for Frontend (#4655)
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@ import PropTypes from 'prop-types';
|
||||
import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import { createSelector } from 'reselect';
|
||||
import { addRecentFolder, removeRecentFolder } from 'Store/Actions/interactiveImportActions';
|
||||
import { executeCommand } from 'Store/Actions/commandActions';
|
||||
import * as commandNames from 'Commands/commandNames';
|
||||
import { executeCommand } from 'Store/Actions/commandActions';
|
||||
import { addRecentFolder, removeRecentFolder } from 'Store/Actions/interactiveImportActions';
|
||||
import InteractiveImportSelectFolderModalContent from './InteractiveImportSelectFolderModalContent';
|
||||
|
||||
function createMapStateToProps() {
|
||||
|
||||
Reference in New Issue
Block a user