mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Browser: Update UI with new components and elements (#5671)
This commit is contained in:
@@ -18,11 +18,13 @@ import React from "react"
|
||||
import ObjectsHeader from "./ObjectsHeader"
|
||||
import ObjectsListContainer from "./ObjectsListContainer"
|
||||
|
||||
const Aux = props => props.children
|
||||
|
||||
export const ObjectsSection = () => (
|
||||
<div>
|
||||
<Aux>
|
||||
<ObjectsHeader />
|
||||
<ObjectsListContainer />
|
||||
</div>
|
||||
</Aux>
|
||||
)
|
||||
|
||||
export default ObjectsSection
|
||||
|
||||
Reference in New Issue
Block a user