1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

MovieIndexActions no longer uses JQuery

This commit is contained in:
Qstick 2020-02-25 21:34:14 -05:00
parent 9ccdb4871d
commit 7de9ef3762

View File

@ -1,4 +1,3 @@
import $ from 'jquery';
import { createAction } from 'redux-actions';
import { batchActions } from 'redux-batched-actions';
import createAjaxRequest from 'Utilities/createAjaxRequest';