mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
added mockup users page and login page
This commit is contained in:
@@ -4,13 +4,15 @@ import { createStore, compose, applyMiddleware, combineReducers } from 'redux';
|
||||
import { routerReducer, routerMiddleware } from 'react-router-redux';
|
||||
|
||||
import page from './modules/page';
|
||||
import users from './modules/users';
|
||||
|
||||
function createReduxStore(history) {
|
||||
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
|
||||
|
||||
const reducer = combineReducers({
|
||||
router: routerReducer,
|
||||
page
|
||||
page,
|
||||
users
|
||||
});
|
||||
|
||||
return createStore(
|
||||
|
||||
Reference in New Issue
Block a user