import type React from "react" import { cn } from "../utils/cn" function Skeleton({ className, ...props }: React.HTMLAttributes) { return
} export { Skeleton }