mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Catchup Linting
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import PropTypes from 'prop-types';
|
||||
import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import { createSelector } from 'reselect';
|
||||
import { fetchRemotePathMappings, deleteRemotePathMapping } from 'Store/Actions/settingsActions';
|
||||
import { deleteRemotePathMapping, fetchRemotePathMappings } from 'Store/Actions/settingsActions';
|
||||
import RemotePathMappings from './RemotePathMappings';
|
||||
|
||||
function createMapStateToProps() {
|
||||
|
||||
Reference in New Issue
Block a user