All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.view.ListSection.tsx Maven / Gradle / Ivy

import { Box }                  from '@mui/material'
import RenderContextProvider    from 'contexts/RenderContext'
import Elevate                  from 'components/common/Elevate'
import ListSectionTitle         from 'components/view/ListSectionTitle'
import ListTable, { ListProps } from 'components/view/ListTable'

const ListSection = (listProps: ListProps) => {
  return (
    
      
        
          
          
            
          
        
      
    
  )
}

export default ListSection




© 2015 - 2024 Weber Informatics LLC | Privacy Policy