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