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