import { CardGridSkeleton } from "@/components/shared/skeleton"
export default function PropertiesLoading() {
return <CardGridSkeleton cards={6} />
}