mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03:00
Refactor of components (#5499)
This commit is contained in:
committed by
Harshavardhana
parent
9ab6a8035f
commit
feb726dd98
@@ -15,12 +15,16 @@
|
||||
*/
|
||||
|
||||
import { combineReducers } from "redux"
|
||||
import common from "./common"
|
||||
import alert from "./alert"
|
||||
import buckets from "./buckets"
|
||||
import objects from "./objects"
|
||||
|
||||
const rootReducer = combineReducers({
|
||||
common,
|
||||
alert,
|
||||
buckets
|
||||
buckets,
|
||||
objects
|
||||
})
|
||||
|
||||
export default rootReducer
|
||||
|
||||
Reference in New Issue
Block a user