import { Skeleton } from 'components' export default function TableSkeleton({ count = 5 }) { return ( ) }