import { cn } from "@/lib/utils" import { motion } from "framer-motion" function Skeleton({ className, ...props }: React.HTMLAttributes) { return (
) } export { Skeleton }