import React from 'react' export const PostCardSkeleton: React.FC = () => { return (
) }