import React from 'react'; import { Skeleton } from '@material-ui/lab'; export function TableFallback() { return ( <> ); }