mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
revert browser newux changes (#5714)
This commit is contained in:
@@ -18,13 +18,11 @@ import React from "react"
|
||||
import ObjectsHeader from "./ObjectsHeader"
|
||||
import ObjectsListContainer from "./ObjectsListContainer"
|
||||
|
||||
const Aux = props => props.children
|
||||
|
||||
export const ObjectsSection = () => (
|
||||
<Aux>
|
||||
<div>
|
||||
<ObjectsHeader />
|
||||
<ObjectsListContainer />
|
||||
</Aux>
|
||||
</div>
|
||||
)
|
||||
|
||||
export default ObjectsSection
|
||||
|
||||
Reference in New Issue
Block a user