mirror of
https://github.com/minio/minio.git
synced 2025-11-23 19:17:43 -05:00
re-organize components and actions by feature (#5518)
Now the files grouped based on the features instead of the previous approach of grouping by type.
This commit is contained in:
committed by
Harshavardhana
parent
ead6337eab
commit
9bfa07ecf5
@@ -16,7 +16,7 @@
|
||||
|
||||
import { createStore, applyMiddleware } from "redux"
|
||||
import thunkMiddleware from "redux-thunk"
|
||||
import reducers from "../reducers/index"
|
||||
import reducers from "../reducers"
|
||||
|
||||
const createStoreWithMiddleware = applyMiddleware(thunkMiddleware)(createStore)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user