mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
UI Action Handler Changes, Misc Fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user