import React from 'react'; export const SkeletonFeed: React.FC = () => { return (
{/* Main Video Area Skeleton */}
{/* Right Sidebar Action Buttons */}
{[1, 2, 3, 4].map((_, i) => (
))}
{/* Bottom Info Area */}
{/* Music Skeleton */}
{/* Overlay Gradient */}
); };