import { Skeleton } from "@/components/ui/skeleton" const SkeletonCard = () => { return (
) } export default SkeletonCard;