mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-16 05:24:34 +01:00
Remove unused sortByName import from indexerIndexActions
This commit is contained in:
parent
573dde97e5
commit
0af8e84d2d
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import { createAction } from 'redux-actions';
|
|||
import { batchActions } from 'redux-batched-actions';
|
||||
import { filterBuilderTypes, filterBuilderValueTypes, sortDirections } from 'Helpers/Props';
|
||||
import { createThunk, handleThunks } from 'Store/thunks';
|
||||
import sortByName from 'Utilities/Array/sortByName';
|
||||
import createAjaxRequest from 'Utilities/createAjaxRequest';
|
||||
import translate from 'Utilities/String/translate';
|
||||
import { removeItem, set, updateItem } from './baseActions';
|
||||
|
|
|
|||
Loading…
Reference in a new issue