mirror of
https://github.com/minio/minio.git
synced 2025-11-24 11:37:46 -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
@@ -27,7 +27,7 @@ import { Provider } from "react-redux"
|
||||
import { minioBrowserPrefix } from "./js/constants"
|
||||
import configureStore from "./js/store/configure-store"
|
||||
import hideLoader from "./js/loader"
|
||||
import App from "./js/components/App"
|
||||
import App from "./js/App"
|
||||
|
||||
const store = configureStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user