import { TableSkeleton } from "@/components/shared/skeleton"
export default function TenantsLoading() {
return <TableSkeleton rows={6} cols={5} />
}