1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Update redux, reselect and moved to connected-react-router

This commit is contained in:
Mark McDowall
2019-02-28 20:01:06 -08:00
parent ebf4f17f17
commit ca32434535
11 changed files with 88 additions and 88 deletions
@@ -1,5 +1,5 @@
import { connect } from 'react-redux';
import { push } from 'react-router-redux';
import { push } from 'connected-react-router';
import { createSelector } from 'reselect';
import createAllSeriesSelector from 'Store/Selectors/createAllSeriesSelector';
import createTagsSelector from 'Store/Selectors/createTagsSelector';