import { cn } from "@eloquent/styles" import { skeletonVariants } from "./variants" function Skeleton({ className, ...props }: React.HTMLAttributes) { return (
) } export { Skeleton }