/** * Header Skeleton Component * Loading placeholder for Header during authentication check * Matches the structure of the actual Header component */ export function HeaderSkeleton() { return (
{/* Logo skeleton */}
{/* Navigation links skeleton */}
{/* Right side - Theme toggle and user menu skeleton */}
); }