- more!
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
import { combineReducers } from 'redux-immutable';
|
||||
|
||||
import { activeEvent } from './activeEvent.js';
|
||||
import { activeItem } from './activeItem.js';
|
||||
import { auctionFilter } from './auctionFilter.js';
|
||||
import { auctions } from './auctions.js';
|
||||
import { auctionView } from './auctionView.js';
|
||||
import { blockUI } from './blockUI.js';
|
||||
import { events } from './events.js';
|
||||
import { items } from './items.js';
|
||||
|
||||
const rootReducer = combineReducers({
|
||||
activeEvent,
|
||||
activeItem,
|
||||
auctionFilter,
|
||||
auctions,
|
||||
auctionView,
|
||||
blockUI,
|
||||
events,
|
||||
items,
|
||||
|
||||
Reference in New Issue
Block a user