'use client'; type Props = { size: number }; export function CoverSkeleton({ size }: Props) { return (