Matery - BlogCard

This commit is contained in:
tangly1024.com
2023-02-03 17:26:50 +08:00
parent 3f11537505
commit 184b790cb2
2 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ const BlogPostCard = ({ post, showSummary }) => {
)}
</div>
</div>
);
)
}
export default BlogPostCard