mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Refactor make bucket and upload components (#5521)
This commit is contained in:
committed by
Harshavardhana
parent
9bfa07ecf5
commit
44f8f7059c
@@ -19,12 +19,14 @@ import browser from "./browser/reducer"
|
||||
import alert from "./alert/reducer"
|
||||
import buckets from "./buckets/reducer"
|
||||
import objects from "./objects/reducer"
|
||||
import uploads from "./uploads/reducer"
|
||||
|
||||
const rootReducer = combineReducers({
|
||||
browser,
|
||||
alert,
|
||||
buckets,
|
||||
objects
|
||||
objects,
|
||||
uploads
|
||||
})
|
||||
|
||||
export default rootReducer
|
||||
|
||||
Reference in New Issue
Block a user