- Linting... Prettier...
This commit is contained in:
@@ -12,16 +12,16 @@ import { items } from './items.js';
|
||||
import { profile } from './profile.js';
|
||||
|
||||
const rootReducer = combineReducers({
|
||||
activeEvent,
|
||||
activeItem,
|
||||
auctionFilter,
|
||||
auctions,
|
||||
auctionView,
|
||||
auth,
|
||||
blockUI,
|
||||
events,
|
||||
items,
|
||||
profile,
|
||||
activeEvent,
|
||||
activeItem,
|
||||
auctionFilter,
|
||||
auctions,
|
||||
auctionView,
|
||||
auth,
|
||||
blockUI,
|
||||
events,
|
||||
items,
|
||||
profile,
|
||||
});
|
||||
|
||||
export default rootReducer;
|
||||
|
||||
Reference in New Issue
Block a user