// components/SkeletonCard.jsx /** * Skeleton Loading Placeholder Component * * Displays a visual placeholder mimicking the course card layout * while actual course data is being loaded. Uses CSS for animation. */ function SkeletonCard() { return ( ); } // No props expected // SkeletonCard.propTypes = {};