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