diff --git a/daily-thought-frontend/src/components/post/Post.tsx b/daily-thought-frontend/src/components/post/Post.tsx new file mode 100644 index 0000000000000000000000000000000000000000..61a3b40a91e499188c842ed3c22e91da64fde512 --- /dev/null +++ b/daily-thought-frontend/src/components/post/Post.tsx @@ -0,0 +1,14 @@ +const Post = () => { + + return ( + <> + <img + className="mx-auto h-10 w-10 rounded-full" + src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" + alt="" + /> + </> + ) +} + +export default Post \ No newline at end of file