mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 07:13:47 -07:00
UI Action Handler Changes, Misc Fixes
This commit is contained in:
parent
7825319d89
commit
cd5b658196
193 changed files with 6992 additions and 6341 deletions
|
@ -1,5 +1,5 @@
|
|||
import { createStore } from 'redux';
|
||||
import reducers, { defaultState } from 'Store/Reducers';
|
||||
import reducers, { defaultState } from 'Store/Actions/reducers';
|
||||
import middlewares from 'Store/Middleware/middlewares';
|
||||
|
||||
function createAppStore(history) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue