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';