import { TableRow, TableCell, Typography } from '@material-ui/core'; function TableEmpty() { return ( Brak danych do wyƛwietlenia ); } export default TableEmpty;