1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Import Sorting Lint for Frontend (#4655)

This commit is contained in:
Qstick
2020-07-28 14:47:25 -04:00
committed by GitHub
parent b92414d657
commit 71e715f954
515 changed files with 2059 additions and 1832 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { connectRouter } from 'connected-react-router';
import { combineReducers } from 'redux';
import { enableBatching } from 'redux-batched-actions';
import actions from 'Store/Actions';
import { connectRouter } from 'connected-react-router';
const defaultState = {};
const reducers = {};