import clsx from 'clsx'; import { memo } from 'react'; const PostCardLoading = () => { return (

); }; export default memo(PostCardLoading);