Upload 5.1 and 5.2

This commit is contained in:
Andrew Trieu
2023-06-19 14:39:25 +03:00
parent 26304676f1
commit 714cc5d171
14 changed files with 29615 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
const Blog = ({blog}) => (
<div>
{blog.title} {blog.author}
</div>
)
export default Blog