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

components.tables.EmptyTable.js Maven / Gradle / Ivy

import { RenderValue } from 'components/render';
import { Box }               from '@mui/material';

const EmptyTableMessage = ({msg}) => (
  
    
      {msg}
    
   
)

export default EmptyTableMessage




© 2015 - 2024 Weber Informatics LLC | Privacy Policy