mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
New: Many UI Updates and Performance Tweaks
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { createStore } from 'redux';
|
||||
import reducers, { defaultState } from 'Store/Actions/reducers';
|
||||
import createReducers, { defaultState } from 'Store/Actions/createReducers';
|
||||
import middlewares from 'Store/Middleware/middlewares';
|
||||
|
||||
function createAppStore(history) {
|
||||
const appStore = createStore(
|
||||
reducers,
|
||||
createReducers(history),
|
||||
defaultState,
|
||||
middlewares(history)
|
||||
);
|
||||
|
Reference in New Issue
Block a user